Html Css Color HEX #B96938 Smoke Tree

📋 copy color: '#B96938'

red 185 ◦ green 105 ◦ blue 56

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

Shades of Smoke Tree #B96938

Tints of Smoke Tree #B96938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 53.47%
G = 30.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96938 (or 0xB96938) is known color: Smoke Tree. HEX triplet: B9, 69 and 38. RGB value is (185,105,56). Sum of RGB (Red+Green+Blue) = 185+105+56=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B96938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96938 is #4696C7. Grayscale: #7B7B7B. Windows color (decimal): -4626120 or 3697081. OLE color: 3697081.

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

Color convert

RGB 185 105 56 -
CMYK 0 0.43 0.70 0.27
HSL 22.79º 0.54% 0.47% -
HSV(B) 22.79º 0.7% 0.73% -
XYZ 25.77 20.7 6.38 -
YUV 123.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 185 105 56 0 0.43 0.70 0.27 22.79 0.54 0.47
Hex B9 69 38 0 2B 46 1B 17 36 2F
Octal 271 151 70 0 53 106 33 27 66 57
Binary 10111001 1101001 111000 0 101011 1000110 11011 10111 110110 101111

Color Harmonies of #B96938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96938

Black with #B96938

Text Example


Text Example

White with #B96938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96938; }

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

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

background-color css

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

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

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

border-color css

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

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

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