Html Css Color HEX #BA204C Old Rose

📋 copy color: '#BA204C'

red 186 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #BA204C

Tints of Old Rose #BA204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 63.27%
G = 10.88%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA204C (or 0xBA204C) is known color: Old Rose. HEX triplet: BA, 20 and 4C. RGB value is (186,32,76). Sum of RGB (Red+Green+Blue) = 186+32+76=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA204C is #45DFB3. Grayscale: #535353. Windows color (decimal): -4579252 or 4989114. OLE color: 4989114.

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

Color convert

RGB 186 32 76 -
CMYK 0 0.83 0.59 0.27
HSL 342.86º 0.71% 0.43% -
HSV(B) 342.86º 0.83% 0.73% -
XYZ 22.07 11.99 7.99 -
YUV 83.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 186 32 76 0 0.83 0.59 0.27 342.86 0.71 0.43
Hex BA 20 4C 0 53 3B 1B 157 47 2B
Octal 272 40 114 0 123 73 33 527 107 53
Binary 10111010 100000 1001100 0 1010011 111011 11011 101010111 1000111 101011

Color Harmonies of #BA204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA204C

Black with #BA204C

Text Example


Text Example

White with #BA204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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