Html Css Color HEX #BA364E Old Rose

📋 copy color: '#BA364E'

red 186 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #BA364E

Tints of Old Rose #BA364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 58.49%
G = 16.98%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA364E (or 0xBA364E) is known color: Old Rose. HEX triplet: BA, 36 and 4E. RGB value is (186,54,78). Sum of RGB (Red+Green+Blue) = 186+54+78=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA364E is #45C9B1. Grayscale: #606060. Windows color (decimal): -4573618 or 5125818. OLE color: 5125818.

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

Color convert

RGB 186 54 78 -
CMYK 0 0.71 0.58 0.27
HSL 349.09º 0.55% 0.47% -
HSV(B) 349.09º 0.71% 0.73% -
XYZ 22.94 13.63 8.63 -
YUV 96.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 186 54 78 0 0.71 0.58 0.27 349.09 0.55 0.47
Hex BA 36 4E 0 47 3A 1B 15D 37 2F
Octal 272 66 116 0 107 72 33 535 67 57
Binary 10111010 110110 1001110 0 1000111 111010 11011 101011101 110111 101111

Color Harmonies of #BA364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA364E

Black with #BA364E

Text Example


Text Example

White with #BA364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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