Html Css Color HEX #B96136 Smoke Tree

📋 copy color: '#B96136'

red 185 ◦ green 97 ◦ blue 54

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

Shades of Smoke Tree #B96136

Tints of Smoke Tree #B96136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

 BLUE value IS 54 (21.48% from 255) = 16.07%

R = 55.06%
G = 28.87%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96136 (or 0xB96136) is known color: Smoke Tree. HEX triplet: B9, 61 and 36. RGB value is (185,97,54). Sum of RGB (Red+Green+Blue) = 185+97+54=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B96136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96136 is #469EC9. Grayscale: #767676. Windows color (decimal): -4628170 or 3563961. OLE color: 3563961.

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

Color convert

RGB 185 97 54 -
CMYK 0 0.48 0.71 0.27
HSL 19.69º 0.55% 0.47% -
HSV(B) 19.69º 0.71% 0.73% -
XYZ 24.95 19.13 5.87 -
YUV 118.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 185 97 54 0 0.48 0.71 0.27 19.69 0.55 0.47
Hex B9 61 36 0 30 47 1B 14 37 2F
Octal 271 141 66 0 60 107 33 24 67 57
Binary 10111001 1100001 110110 0 110000 1000111 11011 10100 110111 101111

Color Harmonies of #B96136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96136

Black with #B96136

Text Example


Text Example

White with #B96136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96136; }

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

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

background-color css

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

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

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

border-color css

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

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

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