#B95D6D

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

Shades of Blush #B95D6D

Tints of Blush #B95D6D

Color information

#B95D6D (or 0xB95D6D) is unknown color: approx Blush. HEX triplet: B9, 5D and 6D. RGB value is (185,93,109). Sum of RGB (Red+Green+Blue) = 185+93+109=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D6D is #46A292. Grayscale: #7A7A7A. Windows color (decimal): -4629139 or 7167417. OLE color: 7167417.

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

Color convert

RGB18593109-
CMYK00.500.410.27
HSL349.57º39.66%54.51%-
HSV(B)349.57º49.73%72.55%-
XYZ26.6819.2516.78-
YUV122.33120.48172.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=47.80%
G=24.03%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859310900.500.410.27349.5739.6654.51
HexB95D6D032291B15e2837
Octal27113515506251335365067
Binary1011100110111011101101011001010100111011101011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D6D; }

 p { color: rgb(185,93,109); }

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

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

 a { background-color: rgb(185,93,109); }

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

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

 span { border-color: rgb(185,93,109); }

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