#B85964

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

Shades of Blush #B85964

Tints of Blush #B85964

Color information

#B85964 (or 0xB85964) is unknown color: approx Blush. HEX triplet: B8, 59 and 64. RGB value is (184,89,100). Sum of RGB (Red+Green+Blue) = 184+89+100=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85964 is #47A69B. Grayscale: #767676. Windows color (decimal): -4695708 or 6576568. OLE color: 6576568.

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

Color convert

RGB18489100-
CMYK00.520.460.28
HSL353.05º40.08%53.53%-
HSV(B)353.05º51.63%72.16%-
XYZ25.6418.2614.23-
YUV118.66117.47174.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=49.33%
G=23.86%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848910000.520.460.28353.0540.0853.53
HexB859640342E1C1612836
Octal27013114406456345415066
Binary1011100010110011100100011010010111011100101100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85964; }

 p { color: rgb(184,89,100); }

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

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

 a { background-color: rgb(184,89,100); }

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

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

 span { border-color: rgb(184,89,100); }

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