#B95068

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

Shades of Blush #B95068

Tints of Blush #B95068

Color information

#B95068 (or 0xB95068) is unknown color: approx Blush. HEX triplet: B9, 50 and 68. RGB value is (185,80,104). Sum of RGB (Red+Green+Blue) = 185+80+104=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95068 is #46AF97. Grayscale: #727272. Windows color (decimal): -4632472 or 6836409. OLE color: 6836409.

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

Color convert

RGB18580104-
CMYK00.570.440.27
HSL346.29º42.86%51.96%-
HSV(B)346.29º56.76%72.55%-
XYZ25.3717.0515.05-
YUV114.13122.29178.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=50.14%
G=21.68%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858010400.570.440.27346.2942.8651.96
HexB950680392C1B15a2b34
Octal27112015007154335325364
Binary1011100110100001101000011100110110011011101011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95068; }

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

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

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

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

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

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

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

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