#BD4B3F

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

Shades of Chestnut #BD4B3F

Tints of Chestnut #BD4B3F

Color information

#BD4B3F (or 0xBD4B3F) is unknown color: approx Chestnut. HEX triplet: BD, 4B and 3F. RGB value is (189,75,63). Sum of RGB (Red+Green+Blue) = 189+75+63=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B3F is #42B4C0. Grayscale: #6B6B6B. Windows color (decimal): -4371649 or 4148157. OLE color: 4148157.

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

Color convert

RGB1897563-
CMYK00.600.670.26
HSL5.71º50%49.41%-
HSV(B)5.71º66.67%74.12%-
XYZ24.416.216.55-
YUV107.72102.77185.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 63 (25% from 255) = 19.27%
R=57.80%
G=22.94%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189756300.600.670.265.715049.41
HexBD4B3F03C431A63231
Octal275113770741033266261
Binary1011110110010111111110111100100001111010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B3F; }

 p { color: rgb(189,75,63); }

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

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

 a { background-color: rgb(189,75,63); }

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

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

 span { border-color: rgb(189,75,63); }

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