#B85B5F

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

Shades of Blush #B85B5F

Tints of Blush #B85B5F

Color information

#B85B5F (or 0xB85B5F) is unknown color: approx Blush. HEX triplet: B8, 5B and 5F. RGB value is (184,91,95). Sum of RGB (Red+Green+Blue) = 184+91+95=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B5F is #47A4A0. Grayscale: #777777. Windows color (decimal): -4695201 or 6249400. OLE color: 6249400.

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

Color convert

RGB1849195-
CMYK00.510.480.28
HSL357.42º39.57%53.92%-
HSV(B)357.42º50.54%72.16%-
XYZ25.5718.513.05-
YUV119.26114.31174.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=49.73%
G=24.59%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184919500.510.480.28357.4239.5753.92
HexB85B5F033301C1652836
Octal27013313706360345455066
Binary1011100010110111011111011001111000011100101100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B5F; }

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

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

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

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

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

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

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

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