Html Css Color HEX #BA304E Old Rose

📋 copy color: '#BA304E'

red 186 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #BA304E

Tints of Old Rose #BA304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 59.62%
G = 15.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA304E (or 0xBA304E) is known color: Old Rose. HEX triplet: BA, 30 and 4E. RGB value is (186,48,78). Sum of RGB (Red+Green+Blue) = 186+48+78=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA304E is #45CFB1. Grayscale: #5C5C5C. Windows color (decimal): -4575154 or 5124282. OLE color: 5124282.

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

Color convert

RGB 186 48 78 -
CMYK 0 0.74 0.58 0.27
HSL 346.96º 0.59% 0.46% -
HSV(B) 346.96º 0.74% 0.73% -
XYZ 22.68 13.1 8.54 -
YUV 92.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 186 48 78 0 0.74 0.58 0.27 346.96 0.59 0.46
Hex BA 30 4E 0 4A 3A 1B 15B 3B 2E
Octal 272 60 116 0 112 72 33 533 73 56
Binary 10111010 110000 1001110 0 1001010 111010 11011 101011011 111011 101110

Color Harmonies of #BA304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA304E

Black with #BA304E

Text Example


Text Example

White with #BA304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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