Html Css Color HEX #B85064 Blush

📋 copy color: '#B85064'

red 184 ◦ green 80 ◦ blue 100

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

Shades of Blush #B85064

Tints of Blush #B85064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 50.55%
G = 21.98%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B85064 (or 0xB85064) is known color: Blush. HEX triplet: B8, 50 and 64. RGB value is (184,80,100). Sum of RGB (Red+Green+Blue) = 184+80+100=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B85064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85064 is #47AF9B. Grayscale: #717171. Windows color (decimal): -4698012 or 6574264. OLE color: 6574264.

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

Color convert

RGB 184 80 100 -
CMYK 0 0.57 0.46 0.28
HSL 348.46º 0.42% 0.52% -
HSV(B) 348.46º 0.57% 0.72% -
XYZ 24.94 16.85 13.99 -
YUV 113.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 184 80 100 0 0.57 0.46 0.28 348.46 0.42 0.52
Hex B8 50 64 0 39 2E 1C 15C 2A 34
Octal 270 120 144 0 71 56 34 534 52 64
Binary 10111000 1010000 1100100 0 111001 101110 11100 101011100 101010 110100

Color Harmonies of #B85064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85064

Black with #B85064

Text Example


Text Example

White with #B85064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85064; }

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

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

background-color css

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

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

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

border-color css

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

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

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