#BC5234

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

Shades of Grenadier #BC5234

Tints of Grenadier #BC5234

Color information

#BC5234 (or 0xBC5234) is unknown color: approx Grenadier. HEX triplet: BC, 52 and 34. RGB value is (188,82,52). Sum of RGB (Red+Green+Blue) = 188+82+52=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5234 is #43ADCB. Grayscale: #6E6E6E. Windows color (decimal): -4435404 or 3429052. OLE color: 3429052.

HSL color Cylindrical-coordinate representation of color #BC5234: hue angle of 13.24º 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 #BC5234 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1888252-
CMYK00.560.720.26
HSL13.24º56.67%47.06%-
HSV(B)13.24º72.34%73.73%-
XYZ24.3816.975.24-
YUV110.2795.12183.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=58.39%
G=25.47%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188825200.560.720.2613.2456.6747.06
HexBC5234038481Ad392f
Octal2741226407011032157157
Binary10111100101001011010001110001001000110101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5234; }

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

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

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

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

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

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

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

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