Html Css Color HEX #BA284A Old Rose

📋 copy color: '#BA284A'

red 186 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #BA284A

Tints of Old Rose #BA284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 62%
G = 13.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA284A (or 0xBA284A) is known color: Old Rose. HEX triplet: BA, 28 and 4A. RGB value is (186,40,74). Sum of RGB (Red+Green+Blue) = 186+40+74=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA284A is #45D7B5. Grayscale: #575757. Windows color (decimal): -4577206 or 4860090. OLE color: 4860090.

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

Color convert

RGB 186 40 74 -
CMYK 0 0.78 0.60 0.27
HSL 346.03º 0.65% 0.44% -
HSV(B) 346.03º 0.78% 0.73% -
XYZ 22.24 12.45 7.71 -
YUV 87.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 186 40 74 0 0.78 0.60 0.27 346.03 0.65 0.44
Hex BA 28 4A 0 4E 3C 1B 15A 41 2C
Octal 272 50 112 0 116 74 33 532 101 54
Binary 10111010 101000 1001010 0 1001110 111100 11011 101011010 1000001 101100

Color Harmonies of #BA284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA284A

Black with #BA284A

Text Example


Text Example

White with #BA284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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