#BB5B2D

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

Shades of Smoke Tree #BB5B2D

Tints of Smoke Tree #BB5B2D

Color information

#BB5B2D (or 0xBB5B2D) is unknown color: approx Smoke Tree. HEX triplet: BB, 5B and 2D. RGB value is (187,91,45). Sum of RGB (Red+Green+Blue) = 187+91+45=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B2D is #44A4D2. Grayscale: #727272. Windows color (decimal): -4498643 or 2972603. OLE color: 2972603.

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

Color convert

RGB1879145-
CMYK00.510.760.27
HSL19.44º61.21%45.49%-
HSV(B)19.44º75.94%73.33%-
XYZ24.7118.244.7-
YUV114.4688.8179.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=57.89%
G=28.17%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187914500.510.760.2719.4461.2145.49
HexBB5B2D0334C1B133d2d
Octal2731335506311433237555
Binary101110111011011101101011001110011001101110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B2D; }

 p { color: rgb(187,91,45); }

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

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

 a { background-color: rgb(187,91,45); }

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

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

 span { border-color: rgb(187,91,45); }

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