#bb582f

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

Shades of Smoke Tree #BB582F

Tints of Smoke Tree #BB582F

Color information

#BB582F (or 0xBB582F) is unknown color: approx Smoke Tree. HEX triplet: BB, 58 and 2F. RGB value is (187,88,47). Sum of RGB (Red+Green+Blue) = 187+88+47=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB582F is #44A7D0. Grayscale: #717171. Windows color (decimal): -4499409 or 3102907. OLE color: 3102907.

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

Color convert

RGB1878847-
CMYK00.530.750.27
HSL17.57º59.83%45.88%-
HSV(B)17.57º74.87%73.33%-
XYZ24.517.754.82-
YUV112.9390.8180.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 47 (18.75% from 255) = 14.60%
R=58.07%
G=27.33%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187884700.530.750.2717.5759.8345.88
HexBB582F0354B1B123c2e
Octal2731305706511333227456
Binary101110111011000101111011010110010111101110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb582f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb582f; }

 p { color: rgb(187,88,47); }

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

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

 a { background-color: rgb(187,88,47); }

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

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

 span { border-color: rgb(187,88,47); }

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