#BB5934

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

Shades of Smoke Tree #BB5934

Tints of Smoke Tree #BB5934

Color information

#BB5934 (or 0xBB5934) is unknown color: approx Smoke Tree. HEX triplet: BB, 59 and 34. RGB value is (187,89,52). Sum of RGB (Red+Green+Blue) = 187+89+52=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5934 is #44A6CB. Grayscale: #727272. Windows color (decimal): -4499148 or 3430843. OLE color: 3430843.

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

Color convert

RGB1878952-
CMYK00.520.720.27
HSL16.44º56.49%46.86%-
HSV(B)16.44º72.19%73.33%-
XYZ24.6917.965.41-
YUV114.0892.97180.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=57.01%
G=27.13%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187895200.520.720.2716.4456.4946.86
HexBB5934034481B10382f
Octal2731316406411033207057
Binary101110111011001110100011010010010001101110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5934; }

 p { color: rgb(187,89,52); }

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

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

 a { background-color: rgb(187,89,52); }

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

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

 span { border-color: rgb(187,89,52); }

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