#B95551

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

Shades of Sunset #B95551

Tints of Sunset #B95551

Color information

#B95551 (or 0xB95551) is unknown color: approx Sunset. HEX triplet: B9, 55 and 51. RGB value is (185,85,81). Sum of RGB (Red+Green+Blue) = 185+85+81=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B95551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95551 is #46AAAE. Grayscale: #727272. Windows color (decimal): -4631215 or 5330361. OLE color: 5330361.

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

Color convert

RGB1858581-
CMYK00.540.560.27
HSL2.31º42.62%52.16%-
HSV(B)2.31º56.22%72.55%-
XYZ24.7417.419.84-
YUV114.44109.13178.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=52.71%
G=24.22%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185858100.540.560.272.3142.6252.16
HexB95551036381B22b34
Octal271125121066703325364
Binary101110011010101101000101101101110001101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95551; }

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

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

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

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

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

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

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

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