#B95D60

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

Shades of Blush #B95D60

Tints of Blush #B95D60

Color information

#B95D60 (or 0xB95D60) is unknown color: approx Blush. HEX triplet: B9, 5D and 60. RGB value is (185,93,96). Sum of RGB (Red+Green+Blue) = 185+93+96=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D60 is #46A29F. Grayscale: #787878. Windows color (decimal): -4629152 or 6315449. OLE color: 6315449.

HSL color Cylindrical-coordinate representation of color #B95D60: hue angle of 358.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D60 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1859396-
CMYK00.500.480.27
HSL358.04º39.66%54.51%-
HSV(B)358.04º49.73%72.55%-
XYZ26.0318.9913.36-
YUV120.85113.98173.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=49.47%
G=24.87%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185939600.500.480.27358.0439.6654.51
HexB95D60032301B1662837
Octal27113514006260335465067
Binary1011100110111011100000011001011000011011101100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D60; }

 p { color: rgb(185,93,96); }

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

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

 a { background-color: rgb(185,93,96); }

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

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

 span { border-color: rgb(185,93,96); }

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