#B95866

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

Shades of Blush #B95866

Tints of Blush #B95866

Color information

#B95866 (or 0xB95866) is unknown color: approx Blush. HEX triplet: B9, 58 and 66. RGB value is (185,88,102). Sum of RGB (Red+Green+Blue) = 185+88+102=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B95866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95866 is #46A799. Grayscale: #767676. Windows color (decimal): -4630426 or 6707385. OLE color: 6707385.

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

Color convert

RGB18588102-
CMYK00.520.450.27
HSL351.34º40.93%53.53%-
HSV(B)351.34º52.43%72.55%-
XYZ25.918.2514.73-
YUV118.6118.64175.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=49.33%
G=23.47%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858810200.520.450.27351.3440.9353.53
HexB958660342D1B15f2936
Octal27113014606455335375166
Binary1011100110110001100110011010010110111011101011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95866; }

 p { color: rgb(185,88,102); }

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

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

 a { background-color: rgb(185,88,102); }

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

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

 span { border-color: rgb(185,88,102); }

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