#B9613B

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

Shades of Smoke Tree #B9613B

Tints of Smoke Tree #B9613B

Color information

#B9613B (or 0xB9613B) is unknown color: approx Smoke Tree. HEX triplet: B9, 61 and 3B. RGB value is (185,97,59). Sum of RGB (Red+Green+Blue) = 185+97+59=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9613B is #469EC4. Grayscale: #777777. Windows color (decimal): -4628165 or 3891641. OLE color: 3891641.

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

Color convert

RGB1859759-
CMYK00.480.680.27
HSL18.1º51.64%47.84%-
HSV(B)18.1º68.11%72.55%-
XYZ25.0719.186.52-
YUV118.9894.15175.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=54.25%
G=28.45%
B=17.30%

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
Decimal185975900.480.680.2718.151.6447.84
HexB9613B030441B123430
Octal2711417306010433226460
Binary101110011100001111011011000010001001101110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9613B; }

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

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

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

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

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

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

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

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