Html Css Color HEX #BA394B Old Rose

📋 copy color: '#BA394B'

red 186 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #BA394B

Tints of Old Rose #BA394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 58.49%
G = 17.92%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA394B (or 0xBA394B) is known color: Old Rose. HEX triplet: BA, 39 and 4B. RGB value is (186,57,75). Sum of RGB (Red+Green+Blue) = 186+57+75=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA394B is #45C6B4. Grayscale: #616161. Windows color (decimal): -4572853 or 4929978. OLE color: 4929978.

HSL color Cylindrical-coordinate representation of color #BA394B: hue angle of 351.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA394B is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 75 -
CMYK 0 0.69 0.60 0.27
HSL 351.63º 0.53% 0.48% -
HSV(B) 351.63º 0.69% 0.73% -
XYZ 22.98 13.87 8.12 -
YUV 97.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 186 57 75 0 0.69 0.60 0.27 351.63 0.53 0.48
Hex BA 39 4B 0 45 3C 1B 160 35 30
Octal 272 71 113 0 105 74 33 540 65 60
Binary 10111010 111001 1001011 0 1000101 111100 11011 101100000 110101 110000

Color Harmonies of #BA394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA394B

Black with #BA394B

Text Example


Text Example

White with #BA394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA394B; }

 p { color: rgb(186,57,75); }

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

background-color css

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

 a { background-color: rgb(186,57,75); }

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

border-color css

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

 span { border-color: rgb(186,57,75); }

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