Html Css Color HEX #B96538 Smoke Tree

📋 copy color: '#B96538'

red 185 ◦ green 101 ◦ blue 56

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

Shades of Smoke Tree #B96538

Tints of Smoke Tree #B96538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 54.09%
G = 29.53%
B = 16.37%

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

#B96538 (or 0xB96538) is known color: Smoke Tree. HEX triplet: B9, 65 and 38. RGB value is (185,101,56). Sum of RGB (Red+Green+Blue) = 185+101+56=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B96538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96538 is #469AC7. Grayscale: #797979. Windows color (decimal): -4627144 or 3696057. OLE color: 3696057.

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

Color convert

RGB 185 101 56 -
CMYK 0 0.45 0.70 0.27
HSL 20.93º 0.54% 0.47% -
HSV(B) 20.93º 0.7% 0.73% -
XYZ 25.38 19.91 6.25 -
YUV 120.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 185 101 56 0 0.45 0.70 0.27 20.93 0.54 0.47
Hex B9 65 38 0 2D 46 1B 15 36 2F
Octal 271 145 70 0 55 106 33 25 66 57
Binary 10111001 1100101 111000 0 101101 1000110 11011 10101 110110 101111

Color Harmonies of #B96538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96538

Black with #B96538

Text Example


Text Example

White with #B96538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96538; }

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

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

background-color css

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

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

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

border-color css

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

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

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