#B96135

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

Shades of Smoke Tree #B96135

Tints of Smoke Tree #B96135

Color information

#B96135 (or 0xB96135) is unknown color: approx Smoke Tree. HEX triplet: B9, 61 and 35. RGB value is (185,97,53). Sum of RGB (Red+Green+Blue) = 185+97+53=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B96135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96135 is #469ECA. Grayscale: #767676. Windows color (decimal): -4628171 or 3498425. OLE color: 3498425.

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

Color convert

RGB1859753-
CMYK00.480.710.27
HSL20º55.46%46.67%-
HSV(B)20º71.35%72.55%-
XYZ24.9219.125.75-
YUV118.391.15175.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=55.22%
G=28.96%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185975300.480.710.272055.4646.67
HexB96135030471B14372f
Octal2711416506010733246757
Binary101110011100001110101011000010001111101110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96135; }

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

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

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

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

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

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

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

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