Html Css Color HEX #BA365A Old Rose

📋 copy color: '#BA365A'

red 186 ◦ green 54 ◦ blue 90

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

Shades of Old Rose #BA365A

Tints of Old Rose #BA365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 56.36%
G = 16.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA365A (or 0xBA365A) is known color: Old Rose. HEX triplet: BA, 36 and 5A. RGB value is (186,54,90). Sum of RGB (Red+Green+Blue) = 186+54+90=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA365A is #45C9A5. Grayscale: #616161. Windows color (decimal): -4573606 or 5912250. OLE color: 5912250.

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

Color convert

RGB 186 54 90 -
CMYK 0 0.71 0.52 0.27
HSL 343.64º 0.55% 0.47% -
HSV(B) 343.64º 0.71% 0.73% -
XYZ 23.41 13.82 11.11 -
YUV 97.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 186 54 90 0 0.71 0.52 0.27 343.64 0.55 0.47
Hex BA 36 5A 0 47 34 1B 158 37 2F
Octal 272 66 132 0 107 64 33 530 67 57
Binary 10111010 110110 1011010 0 1000111 110100 11011 101011000 110111 101111

Color Harmonies of #BA365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA365A

Black with #BA365A

Text Example


Text Example

White with #BA365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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