#B95F31

Color #B95F31 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B95F31

Tints of Smoke Tree #B95F31

Color information

#B95F31 (or 0xB95F31) is unknown color: approx Smoke Tree. HEX triplet: B9, 5F and 31. RGB value is (185,95,49). Sum of RGB (Red+Green+Blue) = 185+95+49=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F31 is #46A0CE. Grayscale: #747474. Windows color (decimal): -4628687 or 3235769. OLE color: 3235769.

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

Color convert

RGB1859549-
CMYK00.490.740.27
HSL20.29º58.12%45.88%-
HSV(B)20.29º73.51%72.55%-
XYZ24.6518.725.22-
YUV116.6789.82176.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=56.23%
G=28.88%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185954900.490.740.2720.2958.1245.88
HexB95F310314A1B143a2e
Octal2711376106111233247256
Binary101110011011111110001011000110010101101110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F31; }

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

 H1.HeaderClassName
 {
   color: #B95F31;
 }
 .AnyTagClassName
 {
   color: #B95F31;
 }
</style>
background-color css

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

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

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

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

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

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