Html Css Color HEX #B96537 Smoke Tree

📋 copy color: '#B96537'

red 185 ◦ green 101 ◦ blue 55

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

Shades of Smoke Tree #B96537

Tints of Smoke Tree #B96537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 54.25%
G = 29.62%
B = 16.13%

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

#B96537 (or 0xB96537) is known color: Smoke Tree. HEX triplet: B9, 65 and 37. RGB value is (185,101,55). Sum of RGB (Red+Green+Blue) = 185+101+55=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96537 is #469AC8. Grayscale: #797979. Windows color (decimal): -4627145 or 3630521. OLE color: 3630521.

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

Color convert

RGB 185 101 55 -
CMYK 0 0.45 0.70 0.27
HSL 21.23º 0.54% 0.47% -
HSV(B) 21.23º 0.7% 0.73% -
XYZ 25.35 19.9 6.12 -
YUV 120.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 185 101 55 0 0.45 0.70 0.27 21.23 0.54 0.47
Hex B9 65 37 0 2D 46 1B 15 36 2F
Octal 271 145 67 0 55 106 33 25 66 57
Binary 10111001 1100101 110111 0 101101 1000110 11011 10101 110110 101111

Color Harmonies of #B96537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96537

Black with #B96537

Text Example


Text Example

White with #B96537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96537; }

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

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

background-color css

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

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

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

border-color css

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

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

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