Html Css Color HEX #B96031 Smoke Tree

📋 copy color: '#B96031'

red 185 ◦ green 96 ◦ blue 49

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

Shades of Smoke Tree #B96031

Tints of Smoke Tree #B96031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 56.06%
G = 29.09%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96031 (or 0xB96031) is known color: Smoke Tree. HEX triplet: B9, 60 and 31. RGB value is (185,96,49). Sum of RGB (Red+Green+Blue) = 185+96+49=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B96031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96031 is #469FCE. Grayscale: #757575. Windows color (decimal): -4628431 or 3236025. OLE color: 3236025.

HSL color Cylindrical-coordinate representation of color #B96031: hue angle of 20.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96031 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 49 -
CMYK 0 0.48 0.74 0.27
HSL 20.74º 0.58% 0.46% -
HSV(B) 20.74º 0.74% 0.73% -
XYZ 24.74 18.9 5.25 -
YUV 117.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 185 96 49 0 0.48 0.74 0.27 20.74 0.58 0.46
Hex B9 60 31 0 30 4A 1B 15 3A 2E
Octal 271 140 61 0 60 112 33 25 72 56
Binary 10111001 1100000 110001 0 110000 1001010 11011 10101 111010 101110

Color Harmonies of #B96031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96031

Black with #B96031

Text Example


Text Example

White with #B96031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96031; }

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

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

background-color css

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

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

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

border-color css

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

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

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