Html Css Color HEX #BA215A Old Rose

📋 copy color: '#BA215A'

red 186 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #BA215A

Tints of Old Rose #BA215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 60.19%
G = 10.68%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA215A (or 0xBA215A) is known color: Old Rose. HEX triplet: BA, 21 and 5A. RGB value is (186,33,90). Sum of RGB (Red+Green+Blue) = 186+33+90=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215A is #45DEA5. Grayscale: #555555. Windows color (decimal): -4578982 or 5906874. OLE color: 5906874.

HSL color Cylindrical-coordinate representation of color #BA215A: hue angle of 337.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA215A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 90 -
CMYK 0 0.82 0.52 0.27
HSL 337.65º 0.7% 0.43% -
HSV(B) 337.65º 0.82% 0.73% -
XYZ 22.64 12.27 10.85 -
YUV 85.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 186 33 90 0 0.82 0.52 0.27 337.65 0.7 0.43
Hex BA 21 5A 0 52 34 1B 152 46 2B
Octal 272 41 132 0 122 64 33 522 106 53
Binary 10111010 100001 1011010 0 1010010 110100 11011 101010010 1000110 101011

Color Harmonies of #BA215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA215A

Black with #BA215A

Text Example


Text Example

White with #BA215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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