#B95F73

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

Shades of Blush #B95F73

Tints of Blush #B95F73

Color information

#B95F73 (or 0xB95F73) is unknown color: approx Blush. HEX triplet: B9, 5F and 73. RGB value is (185,95,115). Sum of RGB (Red+Green+Blue) = 185+95+115=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F73 is #46A08C. Grayscale: #7C7C7C. Windows color (decimal): -4628621 or 7561145. OLE color: 7561145.

HSL color Cylindrical-coordinate representation of color #B95F73: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95F73 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18595115-
CMYK00.490.380.27
HSL346.67º39.13%54.9%-
HSV(B)346.67º48.65%72.55%-
XYZ27.1919.7418.6-
YUV124.19122.82171.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=46.84%
G=24.05%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859511500.490.380.27346.6739.1354.9
HexB95F73031261B15b2737
Octal27113716306146335334767
Binary1011100110111111110011011000110011011011101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F73; }

 p { color: rgb(185,95,115); }

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

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

 a { background-color: rgb(185,95,115); }

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

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

 span { border-color: rgb(185,95,115); }

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