#B95650

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

Shades of Sunset #B95650

Tints of Sunset #B95650

Color information

#B95650 (or 0xB95650) is unknown color: approx Sunset. HEX triplet: B9, 56 and 50. RGB value is (185,86,80). Sum of RGB (Red+Green+Blue) = 185+86+80=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B95650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95650 is #46A9AF. Grayscale: #737373. Windows color (decimal): -4630960 or 5265081. OLE color: 5265081.

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

Color convert

RGB1858680-
CMYK00.540.570.27
HSL3.43º42.86%51.96%-
HSV(B)3.43º56.76%72.55%-
XYZ24.7817.559.67-
YUV114.92108.3177.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=52.71%
G=24.50%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185868000.540.570.273.4342.8651.96
HexB95650036391B32b34
Octal271126120066713335364
Binary101110011010110101000001101101110011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95650; }

 p { color: rgb(185,86,80); }

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

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

 a { background-color: rgb(185,86,80); }

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

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

 span { border-color: rgb(185,86,80); }

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