#B95971

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

Shades of Blush #B95971

Tints of Blush #B95971

Color information

#B95971 (or 0xB95971) is unknown color: approx Blush. HEX triplet: B9, 59 and 71. RGB value is (185,89,113). Sum of RGB (Red+Green+Blue) = 185+89+113=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95971 is #46A68E. Grayscale: #787878. Windows color (decimal): -4630159 or 7428537. OLE color: 7428537.

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

Color convert

RGB18589113-
CMYK00.520.390.27
HSL345º40.68%53.73%-
HSV(B)345º51.89%72.55%-
XYZ26.5618.6517.82-
YUV120.44123.8174.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=47.80%
G=23.00%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858911300.520.390.2734540.6853.73
HexB95971034271B1592936
Octal27113116106447335315166
Binary1011100110110011110001011010010011111011101011001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95971; }

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

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

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

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

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

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

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

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