#BB613B

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

Shades of Smoke Tree #BB613B

Tints of Smoke Tree #BB613B

Color information

#BB613B (or 0xBB613B) is unknown color: approx Smoke Tree. HEX triplet: BB, 61 and 3B. RGB value is (187,97,59). Sum of RGB (Red+Green+Blue) = 187+97+59=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB613B is #449EC4. Grayscale: #777777. Windows color (decimal): -4497093 or 3891643. OLE color: 3891643.

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

Color convert

RGB1879759-
CMYK00.480.680.27
HSL17.81º52.03%48.24%-
HSV(B)17.81º68.45%73.33%-
XYZ25.5619.436.54-
YUV119.5893.82176.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=54.52%
G=28.28%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187975900.480.680.2717.8152.0348.24
HexBB613B030441B123430
Octal2731417306010433226460
Binary101110111100001111011011000010001001101110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB613B; }

 p { color: rgb(187,97,59); }

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

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

 a { background-color: rgb(187,97,59); }

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

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

 span { border-color: rgb(187,97,59); }

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