#B85C5F

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

Shades of Blush #B85C5F

Tints of Blush #B85C5F

Color information

#B85C5F (or 0xB85C5F) is unknown color: approx Blush. HEX triplet: B8, 5C and 5F. RGB value is (184,92,95). Sum of RGB (Red+Green+Blue) = 184+92+95=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C5F is #47A3A0. Grayscale: #777777. Windows color (decimal): -4694945 or 6249656. OLE color: 6249656.

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

Color convert

RGB1849295-
CMYK00.500.480.28
HSL358.04º39.32%54.12%-
HSV(B)358.04º50%72.16%-
XYZ25.6618.6713.08-
YUV119.85113.98173.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=49.60%
G=24.80%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184929500.500.480.28358.0439.3254.12
HexB85C5F032301C1662736
Octal27013413706260345464766
Binary1011100010111001011111011001011000011100101100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C5F; }

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

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

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

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

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

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

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

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