#BD4337

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

Shades of Grenadier #BD4337

Tints of Grenadier #BD4337

Color information

#BD4337 (or 0xBD4337) is unknown color: approx Grenadier. HEX triplet: BD, 43 and 37. RGB value is (189,67,55). Sum of RGB (Red+Green+Blue) = 189+67+55=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4337 is #42BCC8. Grayscale: #666666. Windows color (decimal): -4373705 or 3621821. OLE color: 3621821.

HSL color Cylindrical-coordinate representation of color #BD4337: hue angle of 5.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4337 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1896755-
CMYK00.650.710.26
HSL5.37º54.92%47.84%-
HSV(B)5.37º70.9%74.12%-
XYZ23.6815.115.28-
YUV102.11101.42189.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=60.77%
G=21.54%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189675500.650.710.265.3754.9247.84
HexBD4337041471A53730
Octal2751036701011073256760
Binary10111101100001111011101000001100011111010101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4337; }

 p { color: rgb(189,67,55); }

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

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

 a { background-color: rgb(189,67,55); }

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

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

 span { border-color: rgb(189,67,55); }

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