#B85F72

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

Shades of Blush #B85F72

Tints of Blush #B85F72

Color information

#B85F72 (or 0xB85F72) is unknown color: approx Blush. HEX triplet: B8, 5F and 72. RGB value is (184,95,114). Sum of RGB (Red+Green+Blue) = 184+95+114=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F72 is #47A08D. Grayscale: #7B7B7B. Windows color (decimal): -4694158 or 7495608. OLE color: 7495608.

HSL color Cylindrical-coordinate representation of color #B85F72: hue angle of 347.19º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85F72 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18495114-
CMYK00.480.380.28
HSL347.19º38.53%54.71%-
HSV(B)347.19º48.37%72.16%-
XYZ26.919.5918.28-
YUV123.78122.49170.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=46.82%
G=24.17%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849511400.480.380.28347.1938.5354.71
HexB85F72030261C15b2737
Octal27013716206046345334767
Binary1011100010111111110010011000010011011100101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F72; }

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

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

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

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

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

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

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

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