#BC5034

Color #BC5034 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BC5034

Tints of Grenadier #BC5034

Color information

#BC5034 (or 0xBC5034) is unknown color: approx Grenadier. HEX triplet: BC, 50 and 34. RGB value is (188,80,52). Sum of RGB (Red+Green+Blue) = 188+80+52=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5034 is #43AFCB. Grayscale: #6D6D6D. Windows color (decimal): -4435916 or 3428540. OLE color: 3428540.

HSL color Cylindrical-coordinate representation of color #BC5034: hue angle of 12.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5034 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1888052-
CMYK00.570.720.26
HSL12.35º56.67%47.06%-
HSV(B)12.35º72.34%73.73%-
XYZ24.2316.685.19-
YUV109.195.78184.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=58.75%
G=25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188805200.570.720.2612.3556.6747.06
HexBC5034039481Ac392f
Octal2741206407111032147157
Binary10111100101000011010001110011001000110101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5034; }

 p { color: rgb(188,80,52); }

 H1.HeaderClassName
 {
   color: #BC5034;
 }
 .AnyTagClassName
 {
   color: #BC5034;
 }
</style>
background-color css

<style>
 a { background-color: #BC5034; }

 a { background-color: rgb(188,80,52); }

 div.DivClassName
 {
   background-color: #BC5034;
 }
 .BgClassName
 {
   background-color: #BC5034;
 }
</style>
border-color css

<style>
 span { border-color: #BC5034; }

 span { border-color: rgb(188,80,52); }

 td.TdClassName
 {
   border-color: #BC5034;
 }
 .TagClassName
 {
   border-color: #BC5034;
 }
</style>