#B95666

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

Shades of Blush #B95666

Tints of Blush #B95666

Color information

#B95666 (or 0xB95666) is unknown color: approx Blush. HEX triplet: B9, 56 and 66. RGB value is (185,86,102). Sum of RGB (Red+Green+Blue) = 185+86+102=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B95666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95666 is #46A999. Grayscale: #757575. Windows color (decimal): -4630938 or 6706873. OLE color: 6706873.

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

Color convert

RGB18586102-
CMYK00.540.450.27
HSL350.3º41.42%53.14%-
HSV(B)350.3º53.51%72.55%-
XYZ25.7317.9314.67-
YUV117.42119.3176.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=49.60%
G=23.06%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858610200.540.450.27350.341.4253.14
HexB956660362D1B15e2935
Octal27112614606655335365165
Binary1011100110101101100110011011010110111011101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95666; }

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

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

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

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

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

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

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

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