#B85A6C

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

Shades of Blush #B85A6C

Tints of Blush #B85A6C

Color information

#B85A6C (or 0xB85A6C) is unknown color: approx Blush. HEX triplet: B8, 5A and 6C. RGB value is (184,90,108). Sum of RGB (Red+Green+Blue) = 184+90+108=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A6C is #47A593. Grayscale: #787878. Windows color (decimal): -4695444 or 7101112. OLE color: 7101112.

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

Color convert

RGB18490108-
CMYK00.510.410.28
HSL348.51º39.83%53.73%-
HSV(B)348.51º51.09%72.16%-
XYZ26.1318.5916.4-
YUV120.16121.14173.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=48.17%
G=23.56%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849010800.510.410.28348.5139.8353.73
HexB85A6C033291C15d2836
Octal27013215406351345355066
Binary1011100010110101101100011001110100111100101011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A6C; }

 p { color: rgb(184,90,108); }

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

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

 a { background-color: rgb(184,90,108); }

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

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

 span { border-color: rgb(184,90,108); }

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