#B85872

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

Shades of Blush #B85872

Tints of Blush #B85872

Color information

#B85872 (or 0xB85872) is unknown color: approx Blush. HEX triplet: B8, 58 and 72. RGB value is (184,88,114). Sum of RGB (Red+Green+Blue) = 184+88+114=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85872 is #47A78D. Grayscale: #777777. Windows color (decimal): -4695950 or 7493816. OLE color: 7493816.

HSL color Cylindrical-coordinate representation of color #B85872: hue angle of 343.75º 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 #B85872 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18488114-
CMYK00.520.380.28
HSL343.75º40.34%53.33%-
HSV(B)343.75º52.17%72.16%-
XYZ26.2918.3818.08-
YUV119.67124.8173.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=47.67%
G=22.80%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848811400.520.380.28343.7540.3453.33
HexB85872034261C1582835
Octal27013016206446345305065
Binary1011100010110001110010011010010011011100101011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85872; }

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

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

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

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

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

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

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

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