#BB5D39

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

Shades of Smoke Tree #BB5D39

Tints of Smoke Tree #BB5D39

Color information

#BB5D39 (or 0xBB5D39) is unknown color: approx Smoke Tree. HEX triplet: BB, 5D and 39. RGB value is (187,93,57). Sum of RGB (Red+Green+Blue) = 187+93+57=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D39 is #44A2C6. Grayscale: #757575. Windows color (decimal): -4498119 or 3759547. OLE color: 3759547.

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

Color convert

RGB1879357-
CMYK00.500.700.27
HSL16.62º53.28%47.84%-
HSV(B)16.62º69.52%73.33%-
XYZ25.1518.696.15-
YUV11794.14177.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=55.49%
G=27.60%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187935700.500.700.2716.6253.2847.84
HexBB5D39032461B113530
Octal2731357106210633216560
Binary101110111011101111001011001010001101101110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D39; }

 p { color: rgb(187,93,57); }

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

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

 a { background-color: rgb(187,93,57); }

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

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

 span { border-color: rgb(187,93,57); }

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