Html Css Color HEX #B96637 Smoke Tree

📋 copy color: '#B96637'

red 185 ◦ green 102 ◦ blue 55

#B96637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #B96637

Tints of Smoke Tree #B96637

RGB

 RED value IS 185 (72.66% from 255) = 54.09%

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 54.09%
G = 29.82%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96637 (or 0xB96637) is known color: Smoke Tree. HEX triplet: B9, 66 and 37. RGB value is (185,102,55). Sum of RGB (Red+Green+Blue) = 185+102+55=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B96637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96637 is #4699C8. Grayscale: #797979. Windows color (decimal): -4626889 or 3630777. OLE color: 3630777.

HSL color Cylindrical-coordinate representation of color #B96637: hue angle of 21.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96637 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 55 -
CMYK 0 0.45 0.70 0.27
HSL 21.69º 0.54% 0.47% -
HSV(B) 21.69º 0.7% 0.73% -
XYZ 25.45 20.09 6.15 -
YUV 121.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 185 102 55 0 0.45 0.70 0.27 21.69 0.54 0.47
Hex B9 66 37 0 2D 46 1B 16 36 2F
Octal 271 146 67 0 55 106 33 26 66 57
Binary 10111001 1100110 110111 0 101101 1000110 11011 10110 110110 101111

Color Harmonies of #B96637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96637

Black with #B96637

Text Example


Text Example

White with #B96637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96637; }

 p { color: rgb(185,102,55); }

 H1.HeaderClassName
 {
   color: #B96637;
 }
 .AnyTagClassName
 {
   color: #B96637;
 }
</style>

background-color css

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

 a { background-color: rgb(185,102,55); }

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

border-color css

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

 span { border-color: rgb(185,102,55); }

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