#BB5A37

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

Shades of Smoke Tree #BB5A37

Tints of Smoke Tree #BB5A37

Color information

#BB5A37 (or 0xBB5A37) is unknown color: approx Smoke Tree. HEX triplet: BB, 5A and 37. RGB value is (187,90,55). Sum of RGB (Red+Green+Blue) = 187+90+55=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A37 is #44A5C8. Grayscale: #737373. Windows color (decimal): -4498889 or 3627707. OLE color: 3627707.

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

Color convert

RGB1879055-
CMYK00.520.710.27
HSL15.91º54.55%47.45%-
HSV(B)15.91º70.59%73.33%-
XYZ24.8418.155.81-
YUV115.0194.14179.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=56.33%
G=27.11%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187905500.520.710.2715.9154.5547.45
HexBB5A37034471B10372f
Octal2731326706410733206757
Binary101110111011010110111011010010001111101110000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A37; }

 p { color: rgb(187,90,55); }

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

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

 a { background-color: rgb(187,90,55); }

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

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

 span { border-color: rgb(187,90,55); }

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