Html Css Color HEX #B96638 Smoke Tree

📋 copy color: '#B96638'

red 185 ◦ green 102 ◦ blue 56

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

Shades of Smoke Tree #B96638

Tints of Smoke Tree #B96638

RGB

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

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

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

R = 53.94%
G = 29.74%
B = 16.33%

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

#B96638 (or 0xB96638) is known color: Smoke Tree. HEX triplet: B9, 66 and 38. RGB value is (185,102,56). Sum of RGB (Red+Green+Blue) = 185+102+56=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B96638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96638 is #4699C7. Grayscale: #797979. Windows color (decimal): -4626888 or 3696313. OLE color: 3696313.

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

Color convert

RGB 185 102 56 -
CMYK 0 0.45 0.70 0.27
HSL 21.4º 0.54% 0.47% -
HSV(B) 21.4º 0.7% 0.73% -
XYZ 25.47 20.1 6.28 -
YUV 121.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 185 102 56 0 0.45 0.70 0.27 21.4 0.54 0.47
Hex B9 66 38 0 2D 46 1B 15 36 2F
Octal 271 146 70 0 55 106 33 25 66 57
Binary 10111001 1100110 111000 0 101101 1000110 11011 10101 110110 101111

Color Harmonies of #B96638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96638

Black with #B96638

Text Example


Text Example

White with #B96638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96638; }

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

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

background-color css

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

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

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

border-color css

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

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

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