Html Css Color HEX #B85658 Mandy

📋 copy color: '#B85658'

red 184 ◦ green 86 ◦ blue 88

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

Shades of Mandy #B85658

Tints of Mandy #B85658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 51.4%
G = 24.02%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B85658 (or 0xB85658) is known color: Mandy. HEX triplet: B8, 56 and 58. RGB value is (184,86,88). Sum of RGB (Red+Green+Blue) = 184+86+88=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B85658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85658 is #47A9A7. Grayscale: #737373. Windows color (decimal): -4696488 or 5789368. OLE color: 5789368.

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

Color convert

RGB 184 86 88 -
CMYK 0 0.53 0.52 0.28
HSL 358.78º 0.41% 0.53% -
HSV(B) 358.78º 0.53% 0.72% -
XYZ 24.86 17.55 11.31 -
YUV 115.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 184 86 88 0 0.53 0.52 0.28 358.78 0.41 0.53
Hex B8 56 58 0 35 34 1C 167 29 35
Octal 270 126 130 0 65 64 34 547 51 65
Binary 10111000 1010110 1011000 0 110101 110100 11100 101100111 101001 110101

Color Harmonies of #B85658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85658

Black with #B85658

Text Example


Text Example

White with #B85658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85658; }

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

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

background-color css

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

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

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

border-color css

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

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

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