Html Css Color HEX #BA384D Old Rose

📋 copy color: '#BA384D'

red 186 ◦ green 56 ◦ blue 77

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

Shades of Old Rose #BA384D

Tints of Old Rose #BA384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 58.31%
G = 17.55%
B = 24.14%

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

#BA384D (or 0xBA384D) is known color: Old Rose. HEX triplet: BA, 38 and 4D. RGB value is (186,56,77). Sum of RGB (Red+Green+Blue) = 186+56+77=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA384D is #45C7B2. Grayscale: #616161. Windows color (decimal): -4573107 or 5060794. OLE color: 5060794.

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

Color convert

RGB 186 56 77 -
CMYK 0 0.70 0.59 0.27
HSL 350.31º 0.54% 0.47% -
HSV(B) 350.31º 0.7% 0.73% -
XYZ 23 13.8 8.47 -
YUV 97.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 186 56 77 0 0.70 0.59 0.27 350.31 0.54 0.47
Hex BA 38 4D 0 46 3B 1B 15E 36 2F
Octal 272 70 115 0 106 73 33 536 66 57
Binary 10111010 111000 1001101 0 1000110 111011 11011 101011110 110110 101111

Color Harmonies of #BA384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA384D

Black with #BA384D

Text Example


Text Example

White with #BA384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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