#BB6031

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

Shades of Smoke Tree #BB6031

Tints of Smoke Tree #BB6031

Color information

#BB6031 (or 0xBB6031) is unknown color: approx Smoke Tree. HEX triplet: BB, 60 and 31. RGB value is (187,96,49). Sum of RGB (Red+Green+Blue) = 187+96+49=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6031 is #449FCE. Grayscale: #767676. Windows color (decimal): -4497359 or 3236027. OLE color: 3236027.

HSL color Cylindrical-coordinate representation of color #BB6031: hue angle of 20.43º 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 #BB6031 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1879649-
CMYK00.490.740.27
HSL20.43º58.47%46.27%-
HSV(B)20.43º73.8%73.33%-
XYZ25.2319.155.27-
YUV117.8589.15177.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=56.33%
G=28.92%
B=14.76%

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
Decimal187964900.490.740.2720.4358.4746.27
HexBB60310314A1B143a2e
Octal2731406106111233247256
Binary101110111100000110001011000110010101101110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6031; }

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

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

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

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

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

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

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

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