#BB4B3F

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

Shades of Chestnut #BB4B3F

Tints of Chestnut #BB4B3F

Color information

#BB4B3F (or 0xBB4B3F) is unknown color: approx Chestnut. HEX triplet: BB, 4B and 3F. RGB value is (187,75,63). Sum of RGB (Red+Green+Blue) = 187+75+63=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B3F is #44B4C0. Grayscale: #6B6B6B. Windows color (decimal): -4502721 or 4148155. OLE color: 4148155.

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

Color convert

RGB1877563-
CMYK00.600.660.27
HSL5.81º49.6%49.02%-
HSV(B)5.81º66.31%73.33%-
XYZ23.9115.966.52-
YUV107.12103.11184.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 63 (25% from 255) = 19.38%
R=57.54%
G=23.08%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187756300.600.660.275.8149.649.02
HexBB4B3F03C421B63231
Octal273113770741023366261
Binary1011101110010111111110111100100001011011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B3F; }

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

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

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

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

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

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

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

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