Html Css Color HEX #B85570 Blush

📋 copy color: '#B85570'

red 184 ◦ green 85 ◦ blue 112

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

Shades of Blush #B85570

Tints of Blush #B85570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 48.29%
G = 22.31%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B85570 (or 0xB85570) is known color: Blush. HEX triplet: B8, 55 and 70. RGB value is (184,85,112). Sum of RGB (Red+Green+Blue) = 184+85+112=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85570 is #47AA8F. Grayscale: #757575. Windows color (decimal): -4696720 or 7361976. OLE color: 7361976.

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

Color convert

RGB 184 85 112 -
CMYK 0 0.54 0.39 0.28
HSL 343.64º 0.41% 0.53% -
HSV(B) 343.64º 0.54% 0.72% -
XYZ 25.94 17.86 17.41 -
YUV 117.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 184 85 112 0 0.54 0.39 0.28 343.64 0.41 0.53
Hex B8 55 70 0 36 27 1C 158 29 35
Octal 270 125 160 0 66 47 34 530 51 65
Binary 10111000 1010101 1110000 0 110110 100111 11100 101011000 101001 110101

Color Harmonies of #B85570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85570

Black with #B85570

Text Example


Text Example

White with #B85570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85570; }

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

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

background-color css

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

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

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

border-color css

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

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

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