Html Css Color HEX #BA404E Old Rose

📋 copy color: '#BA404E'

red 186 ◦ green 64 ◦ blue 78

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

Shades of Old Rose #BA404E

Tints of Old Rose #BA404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 56.71%
G = 19.51%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA404E (or 0xBA404E) is known color: Old Rose. HEX triplet: BA, 40 and 4E. RGB value is (186,64,78). Sum of RGB (Red+Green+Blue) = 186+64+78=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA404E is #45BFB1. Grayscale: #666666. Windows color (decimal): -4571058 or 5128378. OLE color: 5128378.

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

Color convert

RGB 186 64 78 -
CMYK 0 0.66 0.58 0.27
HSL 353.11º 0.49% 0.49% -
HSV(B) 353.11º 0.66% 0.73% -
XYZ 23.46 14.66 8.8 -
YUV 102.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 186 64 78 0 0.66 0.58 0.27 353.11 0.49 0.49
Hex BA 40 4E 0 42 3A 1B 161 31 31
Octal 272 100 116 0 102 72 33 541 61 61
Binary 10111010 1000000 1001110 0 1000010 111010 11011 101100001 110001 110001

Color Harmonies of #BA404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA404E

Black with #BA404E

Text Example


Text Example

White with #BA404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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