Html Css Color HEX #BA204A Old Rose

📋 copy color: '#BA204A'

red 186 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #BA204A

Tints of Old Rose #BA204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 63.7%
G = 10.96%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA204A (or 0xBA204A) is known color: Old Rose. HEX triplet: BA, 20 and 4A. RGB value is (186,32,74). Sum of RGB (Red+Green+Blue) = 186+32+74=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA204A is #45DFB5. Grayscale: #525252. Windows color (decimal): -4579254 or 4858042. OLE color: 4858042.

HSL color Cylindrical-coordinate representation of color #BA204A: hue angle of 343.64º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA204A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 74 -
CMYK 0 0.83 0.60 0.27
HSL 343.64º 0.71% 0.43% -
HSV(B) 343.64º 0.83% 0.73% -
XYZ 22 11.97 7.63 -
YUV 82.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 186 32 74 0 0.83 0.60 0.27 343.64 0.71 0.43
Hex BA 20 4A 0 53 3C 1B 158 47 2B
Octal 272 40 112 0 123 74 33 530 107 53
Binary 10111010 100000 1001010 0 1010011 111100 11011 101011000 1000111 101011

Color Harmonies of #BA204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA204A

Black with #BA204A

Text Example


Text Example

White with #BA204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA204A; }

 p { color: rgb(186,32,74); }

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

background-color css

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

 a { background-color: rgb(186,32,74); }

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

border-color css

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

 span { border-color: rgb(186,32,74); }

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