#BD4833

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

Shades of Grenadier #BD4833

Tints of Grenadier #BD4833

Color information

#BD4833 (or 0xBD4833) is unknown color: approx Grenadier. HEX triplet: BD, 48 and 33. RGB value is (189,72,51). Sum of RGB (Red+Green+Blue) = 189+72+51=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4833 is #42B7CC. Grayscale: #686868. Windows color (decimal): -4372429 or 3360957. OLE color: 3360957.

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

Color convert

RGB1897251-
CMYK00.620.730.26
HSL9.13º57.5%47.06%-
HSV(B)9.13º73.02%74.12%-
XYZ23.915.694.9-
YUV104.5997.76188.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=60.58%
G=23.08%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189725100.620.730.269.1357.547.06
HexBD483303E491A93a2f
Octal2751106307611132117257
Binary10111101100100011001101111101001001110101001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4833; }

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

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

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

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

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

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

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

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