Html Css Color HEX #B85564 Blush

📋 copy color: '#B85564'

red 184 ◦ green 85 ◦ blue 100

#B85564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B85564

Tints of Blush #B85564

RGB

 RED value IS 184 (72.27% from 255) = 49.86%

 GREEN value IS 85 (33.59% from 255) = 23.04%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 49.86%
G = 23.04%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B85564 (or 0xB85564) is known color: Blush. HEX triplet: B8, 55 and 64. RGB value is (184,85,100). Sum of RGB (Red+Green+Blue) = 184+85+100=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85564 is #47AA9B. Grayscale: #747474. Windows color (decimal): -4696732 or 6575544. OLE color: 6575544.

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

Color convert

RGB 184 85 100 -
CMYK 0 0.54 0.46 0.28
HSL 350.91º 0.41% 0.53% -
HSV(B) 350.91º 0.54% 0.72% -
XYZ 25.32 17.61 14.12 -
YUV 116.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 184 85 100 0 0.54 0.46 0.28 350.91 0.41 0.53
Hex B8 55 64 0 36 2E 1C 15F 29 35
Octal 270 125 144 0 66 56 34 537 51 65
Binary 10111000 1010101 1100100 0 110110 101110 11100 101011111 101001 110101

Color Harmonies of #B85564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85564

Black with #B85564

Text Example


Text Example

White with #B85564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85564; }

 p { color: rgb(184,85,100); }

 H1.HeaderClassName
 {
   color: #B85564;
 }
 .AnyTagClassName
 {
   color: #B85564;
 }
</style>

background-color css

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

 a { background-color: rgb(184,85,100); }

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

border-color css

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

 span { border-color: rgb(184,85,100); }

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