#B95951

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

Shades of Sunset #B95951

Tints of Sunset #B95951

Color information

#B95951 (or 0xB95951) is unknown color: approx Sunset. HEX triplet: B9, 59 and 51. RGB value is (185,89,81). Sum of RGB (Red+Green+Blue) = 185+89+81=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95951 is #46A6AE. Grayscale: #747474. Windows color (decimal): -4630191 or 5331385. OLE color: 5331385.

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

Color convert

RGB1858981-
CMYK00.520.560.27
HSL4.62º42.62%52.16%-
HSV(B)4.62º56.22%72.55%-
XYZ25.0718.059.95-
YUV116.79107.8176.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=52.11%
G=25.07%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185898100.520.560.274.6242.6252.16
HexB95951034381B52b34
Octal271131121064703355364
Binary1011100110110011010001011010011100011011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95951; }

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

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

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

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

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

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

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

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