Html Css Color HEX #B85558 Mandy

📋 copy color: '#B85558'

red 184 ◦ green 85 ◦ blue 88

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

Shades of Mandy #B85558

Tints of Mandy #B85558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.65%

R = 51.54%
G = 23.81%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B85558 (or 0xB85558) is known color: Mandy. HEX triplet: B8, 55 and 58. RGB value is (184,85,88). Sum of RGB (Red+Green+Blue) = 184+85+88=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B85558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85558 is #47AAA7. Grayscale: #737373. Windows color (decimal): -4696744 or 5789112. OLE color: 5789112.

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

Color convert

RGB 184 85 88 -
CMYK 0 0.54 0.52 0.28
HSL 358.18º 0.41% 0.53% -
HSV(B) 358.18º 0.54% 0.72% -
XYZ 24.78 17.39 11.28 -
YUV 114.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 184 85 88 0 0.54 0.52 0.28 358.18 0.41 0.53
Hex B8 55 58 0 36 34 1C 166 29 35
Octal 270 125 130 0 66 64 34 546 51 65
Binary 10111000 1010101 1011000 0 110110 110100 11100 101100110 101001 110101

Color Harmonies of #B85558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85558

Black with #B85558

Text Example


Text Example

White with #B85558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85558; }

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

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

background-color css

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

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

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

border-color css

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

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

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