#B95535

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

Shades of Smoke Tree #B95535

Tints of Smoke Tree #B95535

Color information

#B95535 (or 0xB95535) is unknown color: approx Smoke Tree. HEX triplet: B9, 55 and 35. RGB value is (185,85,53). Sum of RGB (Red+Green+Blue) = 185+85+53=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95535 is #46AACA. Grayscale: #6F6F6F. Windows color (decimal): -4631243 or 3495353. OLE color: 3495353.

HSL color Cylindrical-coordinate representation of color #B95535: hue angle of 14.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B95535 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1858553-
CMYK00.540.710.27
HSL14.55º55.46%46.67%-
HSV(B)14.55º71.35%72.55%-
XYZ23.917.075.4-
YUV111.2595.13180.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=57.28%
G=26.32%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185855300.540.710.2714.5555.4646.67
HexB95535036471Bf372f
Octal2711256506610733176757
Binary10111001101010111010101101101000111110111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95535; }

 p { color: rgb(185,85,53); }

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

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

 a { background-color: rgb(185,85,53); }

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

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

 span { border-color: rgb(185,85,53); }

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