Html Css Color HEX #BA364A Old Rose

📋 copy color: '#BA364A'

red 186 ◦ green 54 ◦ blue 74

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

Shades of Old Rose #BA364A

Tints of Old Rose #BA364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 59.24%
G = 17.2%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA364A (or 0xBA364A) is known color: Old Rose. HEX triplet: BA, 36 and 4A. RGB value is (186,54,74). Sum of RGB (Red+Green+Blue) = 186+54+74=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA364A is #45C9B5. Grayscale: #5F5F5F. Windows color (decimal): -4573622 or 4863674. OLE color: 4863674.

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

Color convert

RGB 186 54 74 -
CMYK 0 0.71 0.60 0.27
HSL 350.91º 0.55% 0.47% -
HSV(B) 350.91º 0.71% 0.73% -
XYZ 22.8 13.57 7.9 -
YUV 95.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 186 54 74 0 0.71 0.60 0.27 350.91 0.55 0.47
Hex BA 36 4A 0 47 3C 1B 15F 37 2F
Octal 272 66 112 0 107 74 33 537 67 57
Binary 10111010 110110 1001010 0 1000111 111100 11011 101011111 110111 101111

Color Harmonies of #BA364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA364A

Black with #BA364A

Text Example


Text Example

White with #BA364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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