#BC5334

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

Shades of Grenadier #BC5334

Tints of Grenadier #BC5334

Color information

#BC5334 (or 0xBC5334) is unknown color: approx Grenadier. HEX triplet: BC, 53 and 34. RGB value is (188,83,52). Sum of RGB (Red+Green+Blue) = 188+83+52=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5334 is #43ACCB. Grayscale: #6F6F6F. Windows color (decimal): -4435148 or 3429308. OLE color: 3429308.

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

Color convert

RGB1888352-
CMYK00.560.720.26
HSL13.68º56.67%47.06%-
HSV(B)13.68º72.34%73.73%-
XYZ24.4517.135.27-
YUV110.8694.79183.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.20%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=58.20%
G=25.70%
B=16.10%

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
Decimal188835200.560.720.2613.6856.6747.06
HexBC5334038481Ae392f
Octal2741236407011032167157
Binary10111100101001111010001110001001000110101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5334; }

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

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

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

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

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

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

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

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