Html Css Color HEX #BA414E Old Rose

📋 copy color: '#BA414E'

red 186 ◦ green 65 ◦ blue 78

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

Shades of Old Rose #BA414E

Tints of Old Rose #BA414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 56.53%
G = 19.76%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA414E (or 0xBA414E) is known color: Old Rose. HEX triplet: BA, 41 and 4E. RGB value is (186,65,78). Sum of RGB (Red+Green+Blue) = 186+65+78=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA414E is #45BEB1. Grayscale: #666666. Windows color (decimal): -4570802 or 5128634. OLE color: 5128634.

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

Color convert

RGB 186 65 78 -
CMYK 0 0.65 0.58 0.27
HSL 353.55º 0.48% 0.49% -
HSV(B) 353.55º 0.65% 0.73% -
XYZ 23.52 14.77 8.82 -
YUV 102.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 186 65 78 0 0.65 0.58 0.27 353.55 0.48 0.49
Hex BA 41 4E 0 41 3A 1B 162 30 31
Octal 272 101 116 0 101 72 33 542 60 61
Binary 10111010 1000001 1001110 0 1000001 111010 11011 101100010 110000 110001

Color Harmonies of #BA414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA414E

Black with #BA414E

Text Example


Text Example

White with #BA414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA414E; }

 p { color: rgb(186,65,78); }

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

background-color css

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

 a { background-color: rgb(186,65,78); }

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

border-color css

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

 span { border-color: rgb(186,65,78); }

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