Html Css Color HEX #B85152 Mandy

📋 copy color: '#B85152'

red 184 ◦ green 81 ◦ blue 82

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

Shades of Mandy #B85152

Tints of Mandy #B85152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 53.03%
G = 23.34%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85152 (or 0xB85152) is known color: Mandy. HEX triplet: B8, 51 and 52. RGB value is (184,81,82). Sum of RGB (Red+Green+Blue) = 184+81+82=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B85152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85152 is #47AEAD. Grayscale: #707070. Windows color (decimal): -4697774 or 5394872. OLE color: 5394872.

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

Color convert

RGB 184 81 82 -
CMYK 0 0.56 0.55 0.28
HSL 359.42º 0.42% 0.52% -
HSV(B) 359.42º 0.56% 0.72% -
XYZ 24.23 16.68 9.93 -
YUV 111.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 184 81 82 0 0.56 0.55 0.28 359.42 0.42 0.52
Hex B8 51 52 0 38 37 1C 167 2A 34
Octal 270 121 122 0 70 67 34 547 52 64
Binary 10111000 1010001 1010010 0 111000 110111 11100 101100111 101010 110100

Color Harmonies of #B85152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85152

Black with #B85152

Text Example


Text Example

White with #B85152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85152; }

 p { color: rgb(184,81,82); }

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

background-color css

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

 a { background-color: rgb(184,81,82); }

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

border-color css

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

 span { border-color: rgb(184,81,82); }

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