Html Css Color HEX #BA384C Old Rose

📋 copy color: '#BA384C'

red 186 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #BA384C

Tints of Old Rose #BA384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 58.49%
G = 17.61%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA384C (or 0xBA384C) is known color: Old Rose. HEX triplet: BA, 38 and 4C. RGB value is (186,56,76). Sum of RGB (Red+Green+Blue) = 186+56+76=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA384C is #45C7B3. Grayscale: #616161. Windows color (decimal): -4573108 or 4995258. OLE color: 4995258.

HSL color Cylindrical-coordinate representation of color #BA384C: hue angle of 350.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA384C is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 76 -
CMYK 0 0.70 0.59 0.27
HSL 350.77º 0.54% 0.47% -
HSV(B) 350.77º 0.7% 0.73% -
XYZ 22.97 13.79 8.29 -
YUV 97.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 186 56 76 0 0.70 0.59 0.27 350.77 0.54 0.47
Hex BA 38 4C 0 46 3B 1B 15F 36 2F
Octal 272 70 114 0 106 73 33 537 66 57
Binary 10111010 111000 1001100 0 1000110 111011 11011 101011111 110110 101111

Color Harmonies of #BA384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA384C

Black with #BA384C

Text Example


Text Example

White with #BA384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA384C; }

 p { color: rgb(186,56,76); }

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

background-color css

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

 a { background-color: rgb(186,56,76); }

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

border-color css

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

 span { border-color: rgb(186,56,76); }

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