Html Css Color HEX #B96539 Smoke Tree

📋 copy color: '#B96539'

red 185 ◦ green 101 ◦ blue 57

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

Shades of Smoke Tree #B96539

Tints of Smoke Tree #B96539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 53.94%
G = 29.45%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B96539 (or 0xB96539) is known color: Smoke Tree. HEX triplet: B9, 65 and 39. RGB value is (185,101,57). Sum of RGB (Red+Green+Blue) = 185+101+57=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B96539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96539 is #469AC6. Grayscale: #797979. Windows color (decimal): -4627143 or 3761593. OLE color: 3761593.

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

Color convert

RGB 185 101 57 -
CMYK 0 0.45 0.69 0.27
HSL 20.63º 0.53% 0.47% -
HSV(B) 20.63º 0.69% 0.73% -
XYZ 25.4 19.92 6.38 -
YUV 121.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 185 101 57 0 0.45 0.69 0.27 20.63 0.53 0.47
Hex B9 65 39 0 2D 45 1B 15 35 2F
Octal 271 145 71 0 55 105 33 25 65 57
Binary 10111001 1100101 111001 0 101101 1000101 11011 10101 110101 101111

Color Harmonies of #B96539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96539

Black with #B96539

Text Example


Text Example

White with #B96539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96539; }

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

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

background-color css

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

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

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

border-color css

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

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

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