Html Css Color HEX #BA285A Old Rose

📋 copy color: '#BA285A'

red 186 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #BA285A

Tints of Old Rose #BA285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 58.86%
G = 12.66%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA285A (or 0xBA285A) is known color: Old Rose. HEX triplet: BA, 28 and 5A. RGB value is (186,40,90). Sum of RGB (Red+Green+Blue) = 186+40+90=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA285A is #45D7A5. Grayscale: #595959. Windows color (decimal): -4577190 or 5908666. OLE color: 5908666.

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

Color convert

RGB 186 40 90 -
CMYK 0 0.78 0.52 0.27
HSL 339.45º 0.65% 0.44% -
HSV(B) 339.45º 0.78% 0.73% -
XYZ 22.85 12.69 10.92 -
YUV 89.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 186 40 90 0 0.78 0.52 0.27 339.45 0.65 0.44
Hex BA 28 5A 0 4E 34 1B 153 41 2C
Octal 272 50 132 0 116 64 33 523 101 54
Binary 10111010 101000 1011010 0 1001110 110100 11011 101010011 1000001 101100

Color Harmonies of #BA285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA285A

Black with #BA285A

Text Example


Text Example

White with #BA285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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