#BB6231

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

Shades of Smoke Tree #BB6231

Tints of Smoke Tree #BB6231

Color information

#BB6231 (or 0xBB6231) is unknown color: approx Smoke Tree. HEX triplet: BB, 62 and 31. RGB value is (187,98,49). Sum of RGB (Red+Green+Blue) = 187+98+49=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6231 is #449DCE. Grayscale: #777777. Windows color (decimal): -4496847 or 3236539. OLE color: 3236539.

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

Color convert

RGB1879849-
CMYK00.480.740.27
HSL21.3º58.47%46.27%-
HSV(B)21.3º73.8%73.33%-
XYZ25.4219.525.33-
YUV119.0288.49176.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=55.99%
G=29.34%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187984900.480.740.2721.358.4746.27
HexBB62310304A1B153a2e
Octal2731426106011233257256
Binary101110111100010110001011000010010101101110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6231; }

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

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

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

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

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

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

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

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