Html Css Color HEX #BA1E5B Old Rose

📋 copy color: '#BA1E5B'

red 186 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #BA1E5B

Tints of Old Rose #BA1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 60.59%
G = 9.77%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA1E5B (or 0xBA1E5B) is known color: Old Rose. HEX triplet: BA, 1E and 5B. RGB value is (186,30,91). Sum of RGB (Red+Green+Blue) = 186+30+91=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E5B is #45E1A4. Grayscale: #535353. Windows color (decimal): -4579749 or 5971642. OLE color: 5971642.

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

Color convert

RGB 186 30 91 -
CMYK 0 0.84 0.51 0.27
HSL 336.54º 0.72% 0.42% -
HSV(B) 336.54º 0.84% 0.73% -
XYZ 22.6 12.12 11.05 -
YUV 83.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 186 30 91 0 0.84 0.51 0.27 336.54 0.72 0.42
Hex BA 1E 5B 0 54 33 1B 151 48 2A
Octal 272 36 133 0 124 63 33 521 110 52
Binary 10111010 11110 1011011 0 1010100 110011 11011 101010001 1001000 101010

Color Harmonies of #BA1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E5B

Black with #BA1E5B

Text Example


Text Example

White with #BA1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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