Html Css Color HEX #B95932 Smoke Tree

📋 copy color: '#B95932'

red 185 ◦ green 89 ◦ blue 50

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

Shades of Smoke Tree #B95932

Tints of Smoke Tree #B95932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 57.1%
G = 27.47%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95932 (or 0xB95932) is known color: Smoke Tree. HEX triplet: B9, 59 and 32. RGB value is (185,89,50). Sum of RGB (Red+Green+Blue) = 185+89+50=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B95932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95932 is #46A6CD. Grayscale: #717171. Windows color (decimal): -4630222 or 3299769. OLE color: 3299769.

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

Color convert

RGB 185 89 50 -
CMYK 0 0.52 0.73 0.27
HSL 17.33º 0.57% 0.46% -
HSV(B) 17.33º 0.73% 0.73% -
XYZ 24.16 17.69 5.16 -
YUV 113.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 185 89 50 0 0.52 0.73 0.27 17.33 0.57 0.46
Hex B9 59 32 0 34 49 1B 11 39 2E
Octal 271 131 62 0 64 111 33 21 71 56
Binary 10111001 1011001 110010 0 110100 1001001 11011 10001 111001 101110

Color Harmonies of #B95932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95932

Black with #B95932

Text Example


Text Example

White with #B95932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95932; }

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

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

background-color css

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

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

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

border-color css

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

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

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