Html Css Color HEX #BA214D Old Rose

📋 copy color: '#BA214D'

red 186 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #BA214D

Tints of Old Rose #BA214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 62.84%
G = 11.15%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA214D (or 0xBA214D) is known color: Old Rose. HEX triplet: BA, 21 and 4D. RGB value is (186,33,77). Sum of RGB (Red+Green+Blue) = 186+33+77=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA214D is #45DEB2. Grayscale: #535353. Windows color (decimal): -4578995 or 5054906. OLE color: 5054906.

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

Color convert

RGB 186 33 77 -
CMYK 0 0.82 0.59 0.27
HSL 342.75º 0.7% 0.43% -
HSV(B) 342.75º 0.82% 0.73% -
XYZ 22.13 12.06 8.18 -
YUV 83.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 186 33 77 0 0.82 0.59 0.27 342.75 0.7 0.43
Hex BA 21 4D 0 52 3B 1B 157 46 2B
Octal 272 41 115 0 122 73 33 527 106 53
Binary 10111010 100001 1001101 0 1010010 111011 11011 101010111 1000110 101011

Color Harmonies of #BA214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA214D

Black with #BA214D

Text Example


Text Example

White with #BA214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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