Html Css Color HEX #BA364D Old Rose

📋 copy color: '#BA364D'

red 186 ◦ green 54 ◦ blue 77

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

Shades of Old Rose #BA364D

Tints of Old Rose #BA364D

RGB

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

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

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

R = 58.68%
G = 17.03%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA364D (or 0xBA364D) is known color: Old Rose. HEX triplet: BA, 36 and 4D. RGB value is (186,54,77). Sum of RGB (Red+Green+Blue) = 186+54+77=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA364D is #45C9B2. Grayscale: #606060. Windows color (decimal): -4573619 or 5060282. OLE color: 5060282.

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

Color convert

RGB 186 54 77 -
CMYK 0 0.71 0.59 0.27
HSL 349.55º 0.55% 0.47% -
HSV(B) 349.55º 0.71% 0.73% -
XYZ 22.91 13.61 8.44 -
YUV 96.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 186 54 77 0 0.71 0.59 0.27 349.55 0.55 0.47
Hex BA 36 4D 0 47 3B 1B 15E 37 2F
Octal 272 66 115 0 107 73 33 536 67 57
Binary 10111010 110110 1001101 0 1000111 111011 11011 101011110 110111 101111

Color Harmonies of #BA364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA364D

Black with #BA364D

Text Example


Text Example

White with #BA364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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