#BB514B

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

Shades of Chestnut #BB514B

Tints of Chestnut #BB514B

Color information

#BB514B (or 0xBB514B) is unknown color: approx Chestnut. HEX triplet: BB, 51 and 4B. RGB value is (187,81,75). Sum of RGB (Red+Green+Blue) = 187+81+75=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB514B is #44AEB4. Grayscale: #707070. Windows color (decimal): -4501173 or 4936123. OLE color: 4936123.

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

Color convert

RGB1878175-
CMYK00.570.600.27
HSL3.21º45.16%51.37%-
HSV(B)3.21º59.89%73.33%-
XYZ24.7116.968.63-
YUV112.01107.12181.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=54.52%
G=23.62%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187817500.570.600.273.2145.1651.37
HexBB514B0393C1B32d33
Octal273121113071743335563
Binary101110111010001100101101110011111001101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB514B; }

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

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

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

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

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

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

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

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