#BB453E

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

Shades of Chestnut #BB453E

Tints of Chestnut #BB453E

Color information

#BB453E (or 0xBB453E) is unknown color: approx Chestnut. HEX triplet: BB, 45 and 3E. RGB value is (187,69,62). Sum of RGB (Red+Green+Blue) = 187+69+62=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB453E is #44BAC1. Grayscale: #676767. Windows color (decimal): -4504258 or 4081083. OLE color: 4081083.

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

Color convert

RGB1876962-
CMYK00.630.670.27
HSL3.36º50.2%48.82%-
HSV(B)3.36º66.84%73.33%-
XYZ23.4915.176.25-
YUV103.48104.59187.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=58.81%
G=21.70%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187696200.630.670.273.3650.248.82
HexBB453E03F431B33231
Octal273105760771033336261
Binary101110111000101111110011111110000111101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB453E; }

 p { color: rgb(187,69,62); }

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

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

 a { background-color: rgb(187,69,62); }

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

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

 span { border-color: rgb(187,69,62); }

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