#BB5348

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

Shades of Chestnut #BB5348

Tints of Chestnut #BB5348

Color information

#BB5348 (or 0xBB5348) is unknown color: approx Chestnut. HEX triplet: BB, 53 and 48. RGB value is (187,83,72). Sum of RGB (Red+Green+Blue) = 187+83+72=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5348 is #44ACB7. Grayscale: #707070. Windows color (decimal): -4500664 or 4740027. OLE color: 4740027.

HSL color Cylindrical-coordinate representation of color #BB5348: hue angle of 5.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5348 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1878372-
CMYK00.560.610.27
HSL5.74º45.82%50.78%-
HSV(B)5.74º61.5%73.33%-
XYZ24.7617.228.15-
YUV112.84104.96180.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=54.68%
G=24.27%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187837200.560.610.275.7445.8250.78
HexBB53480383D1B62e33
Octal273123110070753365663
Binary1011101110100111001000011100011110111011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5348; }

 p { color: rgb(187,83,72); }

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

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

 a { background-color: rgb(187,83,72); }

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

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

 span { border-color: rgb(187,83,72); }

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