Html Css Color HEX #B96038 Smoke Tree

📋 copy color: '#B96038'

red 185 ◦ green 96 ◦ blue 56

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

Shades of Smoke Tree #B96038

Tints of Smoke Tree #B96038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 54.9%
G = 28.49%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96038 (or 0xB96038) is known color: Smoke Tree. HEX triplet: B9, 60 and 38. RGB value is (185,96,56). Sum of RGB (Red+Green+Blue) = 185+96+56=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96038 is #469FC7. Grayscale: #767676. Windows color (decimal): -4628424 or 3694777. OLE color: 3694777.

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

Color convert

RGB 185 96 56 -
CMYK 0 0.48 0.70 0.27
HSL 18.6º 0.54% 0.47% -
HSV(B) 18.6º 0.7% 0.73% -
XYZ 24.9 18.97 6.09 -
YUV 118.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 185 96 56 0 0.48 0.70 0.27 18.6 0.54 0.47
Hex B9 60 38 0 30 46 1B 13 36 2F
Octal 271 140 70 0 60 106 33 23 66 57
Binary 10111001 1100000 111000 0 110000 1000110 11011 10011 110110 101111

Color Harmonies of #B96038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96038

Black with #B96038

Text Example


Text Example

White with #B96038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96038; }

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

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

background-color css

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

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

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

border-color css

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

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

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