#B95766

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

Shades of Blush #B95766

Tints of Blush #B95766

Color information

#B95766 (or 0xB95766) is unknown color: approx Blush. HEX triplet: B9, 57 and 66. RGB value is (185,87,102). Sum of RGB (Red+Green+Blue) = 185+87+102=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95766 is #46A899. Grayscale: #767676. Windows color (decimal): -4630682 or 6707129. OLE color: 6707129.

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

Color convert

RGB18587102-
CMYK00.530.450.27
HSL350.82º41.18%53.33%-
HSV(B)350.82º52.97%72.55%-
XYZ25.8118.0914.7-
YUV118.01118.97175.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=49.47%
G=23.26%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858710200.530.450.27350.8241.1853.33
HexB957660352D1B15f2935
Octal27112714606555335375165
Binary1011100110101111100110011010110110111011101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95766; }

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

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

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

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

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

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

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

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