#b85861

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

Shades of Blush #B85861

Tints of Blush #B85861

Color information

#B85861 (or 0xB85861) is unknown color: approx Blush. HEX triplet: B8, 58 and 61. RGB value is (184,88,97). Sum of RGB (Red+Green+Blue) = 184+88+97=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85861 is #47A79E. Grayscale: #757575. Windows color (decimal): -4695967 or 6379704. OLE color: 6379704.

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

Color convert

RGB1848897-
CMYK00.520.470.28
HSL354.38º40.34%53.33%-
HSV(B)354.38º52.17%72.16%-
XYZ25.4118.0313.45-
YUV117.73116.3175.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=49.86%
G=23.85%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184889700.520.470.28354.3840.3453.33
HexB858610342F1C1622835
Octal27013014106457345425065
Binary1011100010110001100001011010010111111100101100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85861; }

 p { color: rgb(184,88,97); }

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

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

 a { background-color: rgb(184,88,97); }

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

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

 span { border-color: rgb(184,88,97); }

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