#BB5732

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

Shades of Smoke Tree #BB5732

Tints of Smoke Tree #BB5732

Color information

#BB5732 (or 0xBB5732) is unknown color: approx Smoke Tree. HEX triplet: BB, 57 and 32. RGB value is (187,87,50). Sum of RGB (Red+Green+Blue) = 187+87+50=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5732 is #44A8CD. Grayscale: #707070. Windows color (decimal): -4499662 or 3299259. OLE color: 3299259.

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

Color convert

RGB1878750-
CMYK00.530.730.27
HSL16.2º57.81%46.47%-
HSV(B)16.2º73.26%73.33%-
XYZ24.4817.615.13-
YUV112.6892.63181.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=57.72%
G=26.85%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187875000.530.730.2716.257.8146.47
HexBB5732035491B103a2e
Octal2731276206511133207256
Binary101110111010111110010011010110010011101110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5732; }

 p { color: rgb(187,87,50); }

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

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

 a { background-color: rgb(187,87,50); }

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

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

 span { border-color: rgb(187,87,50); }

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