#B85F61

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

Shades of Blush #B85F61

Tints of Blush #B85F61

Color information

#B85F61 (or 0xB85F61) is unknown color: approx Blush. HEX triplet: B8, 5F and 61. RGB value is (184,95,97). Sum of RGB (Red+Green+Blue) = 184+95+97=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F61 is #47A09E. Grayscale: #797979. Windows color (decimal): -4694175 or 6381496. OLE color: 6381496.

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

Color convert

RGB1849597-
CMYK00.480.470.28
HSL358.65º38.53%54.71%-
HSV(B)358.65º48.37%72.16%-
XYZ26.0219.2413.65-
YUV121.84113.99172.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=48.94%
G=25.27%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184959700.480.470.28358.6538.5354.71
HexB85F610302F1C1672737
Octal27013714106057345474767
Binary1011100010111111100001011000010111111100101100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F61; }

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

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

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

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

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

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

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

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