#BB5F31

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

Shades of Smoke Tree #BB5F31

Tints of Smoke Tree #BB5F31

Color information

#BB5F31 (or 0xBB5F31) is unknown color: approx Smoke Tree. HEX triplet: BB, 5F and 31. RGB value is (187,95,49). Sum of RGB (Red+Green+Blue) = 187+95+49=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F31 is #44A0CE. Grayscale: #757575. Windows color (decimal): -4497615 or 3235771. OLE color: 3235771.

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

Color convert

RGB1879549-
CMYK00.490.740.27
HSL20º58.47%46.27%-
HSV(B)20º73.8%73.33%-
XYZ25.1418.975.24-
YUV117.2689.48177.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=56.50%
G=28.70%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187954900.490.740.272058.4746.27
HexBB5F310314A1B143a2e
Octal2731376106111233247256
Binary101110111011111110001011000110010101101110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F31; }

 p { color: rgb(187,95,49); }

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

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

 a { background-color: rgb(187,95,49); }

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

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

 span { border-color: rgb(187,95,49); }

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