#B95964

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

Shades of Blush #B95964

Tints of Blush #B95964

Color information

#B95964 (or 0xB95964) is unknown color: approx Blush. HEX triplet: B9, 59 and 64. RGB value is (185,89,100). Sum of RGB (Red+Green+Blue) = 185+89+100=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95964 is #46A69B. Grayscale: #777777. Windows color (decimal): -4630172 or 6576569. OLE color: 6576569.

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

Color convert

RGB18589100-
CMYK00.520.460.27
HSL353.12º40.68%53.73%-
HSV(B)353.12º51.89%72.55%-
XYZ25.8818.3814.24-
YUV118.96117.3175.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=49.47%
G=23.80%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858910000.520.460.27353.1240.6853.73
HexB959640342E1B1612936
Octal27113114406456335415166
Binary1011100110110011100100011010010111011011101100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95964; }

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

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

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

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

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

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

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

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