#B95A6F

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

Shades of Blush #B95A6F

Tints of Blush #B95A6F

Color information

#B95A6F (or 0xB95A6F) is unknown color: approx Blush. HEX triplet: B9, 5A and 6F. RGB value is (185,90,111). Sum of RGB (Red+Green+Blue) = 185+90+111=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A6F is #46A590. Grayscale: #787878. Windows color (decimal): -4629905 or 7297721. OLE color: 7297721.

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

Color convert

RGB18590111-
CMYK00.510.40.27
HSL346.74º40.43%53.92%-
HSV(B)346.74º51.35%72.55%-
XYZ26.5318.7717.26-
YUV120.8122.47173.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=47.93%
G=23.32%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859011100.510.40.27346.7440.4353.92
HexB95A6F033281B15b2836
Octal27113215706350335335066
Binary1011100110110101101111011001110100011011101011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A6F; }

 p { color: rgb(185,90,111); }

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

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

 a { background-color: rgb(185,90,111); }

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

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

 span { border-color: rgb(185,90,111); }

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