#BD4C33

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

Shades of Grenadier #BD4C33

Tints of Grenadier #BD4C33

Color information

#BD4C33 (or 0xBD4C33) is unknown color: approx Grenadier. HEX triplet: BD, 4C and 33. RGB value is (189,76,51). Sum of RGB (Red+Green+Blue) = 189+76+51=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C33 is #42B3CC. Grayscale: #6B6B6B. Windows color (decimal): -4371405 or 3361981. OLE color: 3361981.

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

Color convert

RGB1897651-
CMYK00.600.730.26
HSL10.87º57.5%47.06%-
HSV(B)10.87º73.02%74.12%-
XYZ24.1716.234.99-
YUV106.9496.44186.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.81%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=59.81%
G=24.05%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189765100.600.730.2610.8757.547.06
HexBD4C3303C491Ab3a2f
Octal2751146307411132137257
Binary10111101100110011001101111001001001110101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C33; }

 p { color: rgb(189,76,51); }

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

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

 a { background-color: rgb(189,76,51); }

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

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

 span { border-color: rgb(189,76,51); }

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