Html Css Color HEX #B85254 Mandy

📋 copy color: '#B85254'

red 184 ◦ green 82 ◦ blue 84

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

Shades of Mandy #B85254

Tints of Mandy #B85254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 52.57%
G = 23.43%
B = 24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85254 (or 0xB85254) is known color: Mandy. HEX triplet: B8, 52 and 54. RGB value is (184,82,84). Sum of RGB (Red+Green+Blue) = 184+82+84=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85254 is #47ADAB. Grayscale: #707070. Windows color (decimal): -4697516 or 5526200. OLE color: 5526200.

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

Color convert

RGB 184 82 84 -
CMYK 0 0.55 0.54 0.28
HSL 358.82º 0.42% 0.52% -
HSV(B) 358.82º 0.55% 0.72% -
XYZ 24.38 16.87 10.36 -
YUV 112.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 184 82 84 0 0.55 0.54 0.28 358.82 0.42 0.52
Hex B8 52 54 0 37 36 1C 167 2A 34
Octal 270 122 124 0 67 66 34 547 52 64
Binary 10111000 1010010 1010100 0 110111 110110 11100 101100111 101010 110100

Color Harmonies of #B85254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85254

Black with #B85254

Text Example


Text Example

White with #B85254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85254; }

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

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

background-color css

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

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

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

border-color css

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

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

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