#BB423E

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

Shades of Chestnut #BB423E

Tints of Chestnut #BB423E

Color information

#BB423E (or 0xBB423E) is unknown color: approx Chestnut. HEX triplet: BB, 42 and 3E. RGB value is (187,66,62). Sum of RGB (Red+Green+Blue) = 187+66+62=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB423E is #44BDC1. Grayscale: #656565. Windows color (decimal): -4505026 or 4080315. OLE color: 4080315.

HSL color Cylindrical-coordinate representation of color #BB423E: hue angle of 1.92º 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 #BB423E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1876662-
CMYK00.650.670.27
HSL1.92º50.2%48.82%-
HSV(B)1.92º66.84%73.33%-
XYZ23.3114.816.19-
YUV101.72105.59188.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=59.37%
G=20.95%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187666200.650.670.271.9250.248.82
HexBB423E041431B23231
Octal2731027601011033326261
Binary1011101110000101111100100000110000111101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB423E; }

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

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

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

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

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

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

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

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