#B95550

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

Shades of Sunset #B95550

Tints of Sunset #B95550

Color information

#B95550 (or 0xB95550) is unknown color: approx Sunset. HEX triplet: B9, 55 and 50. RGB value is (185,85,80). Sum of RGB (Red+Green+Blue) = 185+85+80=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B95550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95550 is #46AAAF. Grayscale: #727272. Windows color (decimal): -4631216 or 5264825. OLE color: 5264825.

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

Color convert

RGB1858580-
CMYK00.540.570.27
HSL2.86º42.86%51.96%-
HSV(B)2.86º56.76%72.55%-
XYZ24.717.399.64-
YUV114.33108.63178.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=52.86%
G=24.29%
B=22.86%

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
Decimal185858000.540.570.272.8642.8651.96
HexB95550036391B32b34
Octal271125120066713335364
Binary101110011010101101000001101101110011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95550; }

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

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

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

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

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

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

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

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