Html Css Color HEX #BA4F51 Mandy

📋 copy color: '#BA4F51'

red 186 ◦ green 79 ◦ blue 81

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

Shades of Mandy #BA4F51

Tints of Mandy #BA4F51

RGB

 RED value IS 186 (73.05% from 255) = 53.76%

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 53.76%
G = 22.83%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA4F51 (or 0xBA4F51) is known color: Mandy. HEX triplet: BA, 4F and 51. RGB value is (186,79,81). Sum of RGB (Red+Green+Blue) = 186+79+81=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F51 is #45B0AE. Grayscale: #6F6F6F. Windows color (decimal): -4567215 or 5328826. OLE color: 5328826.

HSL color Cylindrical-coordinate representation of color #BA4F51: hue angle of 358.88º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F51 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 81 -
CMYK 0 0.58 0.56 0.27
HSL 358.88º 0.44% 0.52% -
HSV(B) 358.88º 0.58% 0.73% -
XYZ 24.53 16.63 9.7 -
YUV 111.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 186 79 81 0 0.58 0.56 0.27 358.88 0.44 0.52
Hex BA 4F 51 0 3A 38 1B 167 2C 34
Octal 272 117 121 0 72 70 33 547 54 64
Binary 10111010 1001111 1010001 0 111010 111000 11011 101100111 101100 110100

Color Harmonies of #BA4F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F51

Black with #BA4F51

Text Example


Text Example

White with #BA4F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F51; }

 p { color: rgb(186,79,81); }

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

background-color css

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

 a { background-color: rgb(186,79,81); }

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

border-color css

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

 span { border-color: rgb(186,79,81); }

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