#B95F33

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

Shades of Smoke Tree #B95F33

Tints of Smoke Tree #B95F33

Color information

#B95F33 (or 0xB95F33) is unknown color: approx Smoke Tree. HEX triplet: B9, 5F and 33. RGB value is (185,95,51). Sum of RGB (Red+Green+Blue) = 185+95+51=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F33 is #46A0CC. Grayscale: #757575. Windows color (decimal): -4628685 or 3366841. OLE color: 3366841.

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

Color convert

RGB1859551-
CMYK00.490.720.27
HSL19.7º56.78%46.27%-
HSV(B)19.7º72.43%72.55%-
XYZ24.718.745.45-
YUV116.8990.82176.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=55.89%
G=28.70%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185955100.490.720.2719.756.7846.27
HexB95F33031481B14392e
Octal2711376306111033247156
Binary101110011011111110011011000110010001101110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F33; }

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

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

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

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

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

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

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

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