Html Css Color HEX #B85455 Mandy

📋 copy color: '#B85455'

red 184 ◦ green 84 ◦ blue 85

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

Shades of Mandy #B85455

Tints of Mandy #B85455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 52.12%
G = 23.8%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85455 (or 0xB85455) is known color: Mandy. HEX triplet: B8, 54 and 55. RGB value is (184,84,85). Sum of RGB (Red+Green+Blue) = 184+84+85=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85455 is #47ABAA. Grayscale: #727272. Windows color (decimal): -4697003 or 5592248. OLE color: 5592248.

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

Color convert

RGB 184 84 85 -
CMYK 0 0.54 0.54 0.28
HSL 359.4º 0.41% 0.53% -
HSV(B) 359.4º 0.54% 0.72% -
XYZ 24.58 17.19 10.62 -
YUV 114.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 184 84 85 0 0.54 0.54 0.28 359.4 0.41 0.53
Hex B8 54 55 0 36 36 1C 167 29 35
Octal 270 124 125 0 66 66 34 547 51 65
Binary 10111000 1010100 1010101 0 110110 110110 11100 101100111 101001 110101

Color Harmonies of #B85455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85455

Black with #B85455

Text Example


Text Example

White with #B85455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85455; }

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

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

background-color css

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

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

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

border-color css

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

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

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