Html Css Color HEX #BA304D Old Rose

📋 copy color: '#BA304D'

red 186 ◦ green 48 ◦ blue 77

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

Shades of Old Rose #BA304D

Tints of Old Rose #BA304D

RGB

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

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

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

R = 59.81%
G = 15.43%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA304D (or 0xBA304D) is known color: Old Rose. HEX triplet: BA, 30 and 4D. RGB value is (186,48,77). Sum of RGB (Red+Green+Blue) = 186+48+77=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA304D is #45CFB2. Grayscale: #5C5C5C. Windows color (decimal): -4575155 or 5058746. OLE color: 5058746.

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

Color convert

RGB 186 48 77 -
CMYK 0 0.74 0.59 0.27
HSL 347.39º 0.59% 0.46% -
HSV(B) 347.39º 0.74% 0.73% -
XYZ 22.65 13.09 8.35 -
YUV 92.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 186 48 77 0 0.74 0.59 0.27 347.39 0.59 0.46
Hex BA 30 4D 0 4A 3B 1B 15B 3B 2E
Octal 272 60 115 0 112 73 33 533 73 56
Binary 10111010 110000 1001101 0 1001010 111011 11011 101011011 111011 101110

Color Harmonies of #BA304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA304D

Black with #BA304D

Text Example


Text Example

White with #BA304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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