Html Css Color HEX #B95931 Smoke Tree

📋 copy color: '#B95931'

red 185 ◦ green 89 ◦ blue 49

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

Shades of Smoke Tree #B95931

Tints of Smoke Tree #B95931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 57.28%
G = 27.55%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B95931 (or 0xB95931) is known color: Smoke Tree. HEX triplet: B9, 59 and 31. RGB value is (185,89,49). Sum of RGB (Red+Green+Blue) = 185+89+49=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95931 is #46A6CE. Grayscale: #717171. Windows color (decimal): -4630223 or 3234233. OLE color: 3234233.

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

Color convert

RGB 185 89 49 -
CMYK 0 0.52 0.74 0.27
HSL 17.65º 0.58% 0.46% -
HSV(B) 17.65º 0.74% 0.73% -
XYZ 24.13 17.68 5.05 -
YUV 113.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 185 89 49 0 0.52 0.74 0.27 17.65 0.58 0.46
Hex B9 59 31 0 34 4A 1B 12 3A 2E
Octal 271 131 61 0 64 112 33 22 72 56
Binary 10111001 1011001 110001 0 110100 1001010 11011 10010 111010 101110

Color Harmonies of #B95931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95931

Black with #B95931

Text Example


Text Example

White with #B95931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95931; }

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

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

background-color css

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

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

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

border-color css

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

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

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