Html Css Color HEX #BA304A Old Rose

📋 copy color: '#BA304A'

red 186 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #BA304A

Tints of Old Rose #BA304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 60.39%
G = 15.58%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA304A (or 0xBA304A) is known color: Old Rose. HEX triplet: BA, 30 and 4A. RGB value is (186,48,74). Sum of RGB (Red+Green+Blue) = 186+48+74=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA304A is #45CFB5. Grayscale: #5C5C5C. Windows color (decimal): -4575158 or 4862138. OLE color: 4862138.

HSL color Cylindrical-coordinate representation of color #BA304A: hue angle of 348.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA304A is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 74 -
CMYK 0 0.74 0.60 0.27
HSL 348.7º 0.59% 0.46% -
HSV(B) 348.7º 0.74% 0.73% -
XYZ 22.54 13.05 7.81 -
YUV 92.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 186 48 74 0 0.74 0.60 0.27 348.7 0.59 0.46
Hex BA 30 4A 0 4A 3C 1B 15D 3B 2E
Octal 272 60 112 0 112 74 33 535 73 56
Binary 10111010 110000 1001010 0 1001010 111100 11011 101011101 111011 101110

Color Harmonies of #BA304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA304A

Black with #BA304A

Text Example


Text Example

White with #BA304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA304A; }

 p { color: rgb(186,48,74); }

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

background-color css

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

 a { background-color: rgb(186,48,74); }

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

border-color css

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

 span { border-color: rgb(186,48,74); }

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