#BB514C

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

Shades of Chestnut #BB514C

Tints of Chestnut #BB514C

Color information

#BB514C (or 0xBB514C) is unknown color: approx Chestnut. HEX triplet: BB, 51 and 4C. RGB value is (187,81,76). Sum of RGB (Red+Green+Blue) = 187+81+76=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB514C is #44AEB3. Grayscale: #707070. Windows color (decimal): -4501172 or 5001659. OLE color: 5001659.

HSL color Cylindrical-coordinate representation of color #BB514C: hue angle of 2.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB514C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1878176-
CMYK00.570.590.27
HSL2.7º44.94%51.57%-
HSV(B)2.7º59.36%73.33%-
XYZ24.7416.978.81-
YUV112.12107.62181.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=54.36%
G=23.55%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187817600.570.590.272.744.9451.57
HexBB514C0393B1B32d34
Octal273121114071733335564
Binary101110111010001100110001110011110111101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB514C; }

 p { color: rgb(187,81,76); }

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

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

 a { background-color: rgb(187,81,76); }

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

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

 span { border-color: rgb(187,81,76); }

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