Html Css Color HEX #BA414F Old Rose

📋 copy color: '#BA414F'

red 186 ◦ green 65 ◦ blue 79

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

Shades of Old Rose #BA414F

Tints of Old Rose #BA414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 56.36%
G = 19.7%
B = 23.94%

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

#BA414F (or 0xBA414F) is known color: Old Rose. HEX triplet: BA, 41 and 4F. RGB value is (186,65,79). Sum of RGB (Red+Green+Blue) = 186+65+79=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA414F is #45BEB0. Grayscale: #666666. Windows color (decimal): -4570801 or 5194170. OLE color: 5194170.

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

Color convert

RGB 186 65 79 -
CMYK 0 0.65 0.58 0.27
HSL 353.06º 0.48% 0.49% -
HSV(B) 353.06º 0.65% 0.73% -
XYZ 23.55 14.78 9.01 -
YUV 102.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 186 65 79 0 0.65 0.58 0.27 353.06 0.48 0.49
Hex BA 41 4F 0 41 3A 1B 161 30 31
Octal 272 101 117 0 101 72 33 541 60 61
Binary 10111010 1000001 1001111 0 1000001 111010 11011 101100001 110000 110001

Color Harmonies of #BA414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA414F

Black with #BA414F

Text Example


Text Example

White with #BA414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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