Html Css Color HEX #BA324C Old Rose

📋 copy color: '#BA324C'

red 186 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #BA324C

Tints of Old Rose #BA324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 59.62%
G = 16.03%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA324C (or 0xBA324C) is known color: Old Rose. HEX triplet: BA, 32 and 4C. RGB value is (186,50,76). Sum of RGB (Red+Green+Blue) = 186+50+76=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA324C is #45CDB3. Grayscale: #5D5D5D. Windows color (decimal): -4574644 or 4993722. OLE color: 4993722.

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

Color convert

RGB 186 50 76 -
CMYK 0 0.73 0.59 0.27
HSL 348.53º 0.58% 0.46% -
HSV(B) 348.53º 0.73% 0.73% -
XYZ 22.69 13.24 8.2 -
YUV 93.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 186 50 76 0 0.73 0.59 0.27 348.53 0.58 0.46
Hex BA 32 4C 0 49 3B 1B 15D 3A 2E
Octal 272 62 114 0 111 73 33 535 72 56
Binary 10111010 110010 1001100 0 1001001 111011 11011 101011101 111010 101110

Color Harmonies of #BA324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA324C

Black with #BA324C

Text Example


Text Example

White with #BA324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA324C; }

 p { color: rgb(186,50,76); }

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

background-color css

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

 a { background-color: rgb(186,50,76); }

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

border-color css

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

 span { border-color: rgb(186,50,76); }

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