Html Css Color HEX #BA205D Old Rose

📋 copy color: '#BA205D'

red 186 ◦ green 32 ◦ blue 93

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

Shades of Old Rose #BA205D

Tints of Old Rose #BA205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 59.81%
G = 10.29%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA205D (or 0xBA205D) is known color: Old Rose. HEX triplet: BA, 20 and 5D. RGB value is (186,32,93). Sum of RGB (Red+Green+Blue) = 186+32+93=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA205D is #45DFA2. Grayscale: #545454. Windows color (decimal): -4579235 or 6103226. OLE color: 6103226.

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

Color convert

RGB 186 32 93 -
CMYK 0 0.83 0.5 0.27
HSL 336.23º 0.71% 0.43% -
HSV(B) 336.23º 0.83% 0.73% -
XYZ 22.74 12.26 11.52 -
YUV 85 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 186 32 93 0 0.83 0.5 0.27 336.23 0.71 0.43
Hex BA 20 5D 0 53 32 1B 150 47 2B
Octal 272 40 135 0 123 62 33 520 107 53
Binary 10111010 100000 1011101 0 1010011 110010 11011 101010000 1000111 101011

Color Harmonies of #BA205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA205D

Black with #BA205D

Text Example


Text Example

White with #BA205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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