Html Css Color HEX #BA365C Old Rose

📋 copy color: '#BA365C'

red 186 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #BA365C

Tints of Old Rose #BA365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 56.02%
G = 16.27%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA365C (or 0xBA365C) is known color: Old Rose. HEX triplet: BA, 36 and 5C. RGB value is (186,54,92). Sum of RGB (Red+Green+Blue) = 186+54+92=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA365C is #45C9A3. Grayscale: #616161. Windows color (decimal): -4573604 or 6043322. OLE color: 6043322.

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

Color convert

RGB 186 54 92 -
CMYK 0 0.71 0.51 0.27
HSL 342.73º 0.55% 0.47% -
HSV(B) 342.73º 0.71% 0.73% -
XYZ 23.5 13.85 11.56 -
YUV 97.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 186 54 92 0 0.71 0.51 0.27 342.73 0.55 0.47
Hex BA 36 5C 0 47 33 1B 157 37 2F
Octal 272 66 134 0 107 63 33 527 67 57
Binary 10111010 110110 1011100 0 1000111 110011 11011 101010111 110111 101111

Color Harmonies of #BA365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA365C

Black with #BA365C

Text Example


Text Example

White with #BA365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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