#B95066

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

Shades of Blush #B95066

Tints of Blush #B95066

Color information

#B95066 (or 0xB95066) is unknown color: approx Blush. HEX triplet: B9, 50 and 66. RGB value is (185,80,102). Sum of RGB (Red+Green+Blue) = 185+80+102=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B95066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95066 is #46AF99. Grayscale: #717171. Windows color (decimal): -4632474 or 6705337. OLE color: 6705337.

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

Color convert

RGB18580102-
CMYK00.570.450.27
HSL347.43º42.86%51.96%-
HSV(B)347.43º56.76%72.55%-
XYZ25.2717.0114.52-
YUV113.9121.29178.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=50.41%
G=21.80%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858010200.570.450.27347.4342.8651.96
HexB950660392D1B15b2b34
Octal27112014607155335335364
Binary1011100110100001100110011100110110111011101011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95066; }

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

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

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

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

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

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

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

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