Html Css Color HEX #BA284D Old Rose

📋 copy color: '#BA284D'

red 186 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #BA284D

Tints of Old Rose #BA284D

RGB

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

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

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

R = 61.39%
G = 13.2%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA284D (or 0xBA284D) is known color: Old Rose. HEX triplet: BA, 28 and 4D. RGB value is (186,40,77). Sum of RGB (Red+Green+Blue) = 186+40+77=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA284D is #45D7B2. Grayscale: #575757. Windows color (decimal): -4577203 or 5056698. OLE color: 5056698.

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

Color convert

RGB 186 40 77 -
CMYK 0 0.78 0.59 0.27
HSL 344.79º 0.65% 0.44% -
HSV(B) 344.79º 0.78% 0.73% -
XYZ 22.35 12.49 8.25 -
YUV 87.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 186 40 77 0 0.78 0.59 0.27 344.79 0.65 0.44
Hex BA 28 4D 0 4E 3B 1B 159 41 2C
Octal 272 50 115 0 116 73 33 531 101 54
Binary 10111010 101000 1001101 0 1001110 111011 11011 101011001 1000001 101100

Color Harmonies of #BA284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA284D

Black with #BA284D

Text Example


Text Example

White with #BA284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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