Html Css Color HEX #BA414D Old Rose

📋 copy color: '#BA414D'

red 186 ◦ green 65 ◦ blue 77

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

Shades of Old Rose #BA414D

Tints of Old Rose #BA414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 56.71%
G = 19.82%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA414D (or 0xBA414D) is known color: Old Rose. HEX triplet: BA, 41 and 4D. RGB value is (186,65,77). Sum of RGB (Red+Green+Blue) = 186+65+77=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA414D is #45BEB2. Grayscale: #666666. Windows color (decimal): -4570803 or 5063098. OLE color: 5063098.

HSL color Cylindrical-coordinate representation of color #BA414D: hue angle of 354.05º 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 #BA414D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 77 -
CMYK 0 0.65 0.59 0.27
HSL 354.05º 0.48% 0.49% -
HSV(B) 354.05º 0.65% 0.73% -
XYZ 23.48 14.76 8.63 -
YUV 102.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 186 65 77 0 0.65 0.59 0.27 354.05 0.48 0.49
Hex BA 41 4D 0 41 3B 1B 162 30 31
Octal 272 101 115 0 101 73 33 542 60 61
Binary 10111010 1000001 1001101 0 1000001 111011 11011 101100010 110000 110001

Color Harmonies of #BA414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA414D

Black with #BA414D

Text Example


Text Example

White with #BA414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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