Html Css Color HEX #BA205B Old Rose

📋 copy color: '#BA205B'

red 186 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #BA205B

Tints of Old Rose #BA205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 60.19%
G = 10.36%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA205B (or 0xBA205B) is known color: Old Rose. HEX triplet: BA, 20 and 5B. RGB value is (186,32,91). Sum of RGB (Red+Green+Blue) = 186+32+91=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA205B is #45DFA4. Grayscale: #545454. Windows color (decimal): -4579237 or 5972154. OLE color: 5972154.

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

Color convert

RGB 186 32 91 -
CMYK 0 0.83 0.51 0.27
HSL 337.01º 0.71% 0.43% -
HSV(B) 337.01º 0.83% 0.73% -
XYZ 22.65 12.23 11.06 -
YUV 84.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 186 32 91 0 0.83 0.51 0.27 337.01 0.71 0.43
Hex BA 20 5B 0 53 33 1B 151 47 2B
Octal 272 40 133 0 123 63 33 521 107 53
Binary 10111010 100000 1011011 0 1010011 110011 11011 101010001 1000111 101011

Color Harmonies of #BA205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA205B

Black with #BA205B

Text Example


Text Example

White with #BA205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA205B; }

 p { color: rgb(186,32,91); }

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

background-color css

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

 a { background-color: rgb(186,32,91); }

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

border-color css

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

 span { border-color: rgb(186,32,91); }

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