Html Css Color HEX #BA284C Old Rose

📋 copy color: '#BA284C'

red 186 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #BA284C

Tints of Old Rose #BA284C

RGB

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

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

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

R = 61.59%
G = 13.25%
B = 25.17%

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

#BA284C (or 0xBA284C) is known color: Old Rose. HEX triplet: BA, 28 and 4C. RGB value is (186,40,76). Sum of RGB (Red+Green+Blue) = 186+40+76=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA284C is #45D7B3. Grayscale: #575757. Windows color (decimal): -4577204 or 4991162. OLE color: 4991162.

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

Color convert

RGB 186 40 76 -
CMYK 0 0.78 0.59 0.27
HSL 345.21º 0.65% 0.44% -
HSV(B) 345.21º 0.78% 0.73% -
XYZ 22.31 12.48 8.07 -
YUV 87.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 186 40 76 0 0.78 0.59 0.27 345.21 0.65 0.44
Hex BA 28 4C 0 4E 3B 1B 159 41 2C
Octal 272 50 114 0 116 73 33 531 101 54
Binary 10111010 101000 1001100 0 1001110 111011 11011 101011001 1000001 101100

Color Harmonies of #BA284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA284C

Black with #BA284C

Text Example


Text Example

White with #BA284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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