#B95351

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

Shades of Sunset #B95351

Tints of Sunset #B95351

Color information

#B95351 (or 0xB95351) is unknown color: approx Sunset. HEX triplet: B9, 53 and 51. RGB value is (185,83,81). Sum of RGB (Red+Green+Blue) = 185+83+81=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B95351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95351 is #46ACAE. Grayscale: #717171. Windows color (decimal): -4631727 or 5329849. OLE color: 5329849.

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

Color convert

RGB1858381-
CMYK00.550.560.27
HSL1.15º42.62%52.16%-
HSV(B)1.15º56.22%72.55%-
XYZ24.5917.099.79-
YUV113.27109.79179.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=53.01%
G=23.78%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185838100.550.560.271.1542.6252.16
HexB95351037381B12b34
Octal271123121067703315364
Binary10111001101001110100010110111111000110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95351; }

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

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

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

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

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

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

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

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