#B85769

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

Shades of Blush #B85769

Tints of Blush #B85769

Color information

#B85769 (or 0xB85769) is unknown color: approx Blush. HEX triplet: B8, 57 and 69. RGB value is (184,87,105). Sum of RGB (Red+Green+Blue) = 184+87+105=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B85769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85769 is #47A896. Grayscale: #767676. Windows color (decimal): -4696215 or 6903736. OLE color: 6903736.

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

Color convert

RGB18487105-
CMYK00.530.430.28
HSL348.87º40.59%53.14%-
HSV(B)348.87º52.72%72.16%-
XYZ25.7318.0315.49-
YUV118.06120.64175.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=48.94%
G=23.14%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848710500.530.430.28348.8740.5953.14
HexB857690352B1C15d2935
Octal27012715106553345355165
Binary1011100010101111101001011010110101111100101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85769; }

 p { color: rgb(184,87,105); }

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

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

 a { background-color: rgb(184,87,105); }

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

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

 span { border-color: rgb(184,87,105); }

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