#BB5E33

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

Shades of Smoke Tree #BB5E33

Tints of Smoke Tree #BB5E33

Color information

#BB5E33 (or 0xBB5E33) is unknown color: approx Smoke Tree. HEX triplet: BB, 5E and 33. RGB value is (187,94,51). Sum of RGB (Red+Green+Blue) = 187+94+51=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E33 is #44A1CC. Grayscale: #757575. Windows color (decimal): -4497869 or 3366587. OLE color: 3366587.

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

Color convert

RGB1879451-
CMYK00.500.730.27
HSL18.97º57.14%46.67%-
HSV(B)18.97º72.73%73.33%-
XYZ25.0918.815.44-
YUV116.990.81178-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=56.33%
G=28.31%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187945100.500.730.2718.9757.1446.67
HexBB5E33032491B13392f
Octal2731366306211133237157
Binary101110111011110110011011001010010011101110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E33; }

 p { color: rgb(187,94,51); }

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

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

 a { background-color: rgb(187,94,51); }

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

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

 span { border-color: rgb(187,94,51); }

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