Html Css Color HEX #BA3850 Old Rose

📋 copy color: '#BA3850'

red 186 ◦ green 56 ◦ blue 80

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

Shades of Old Rose #BA3850

Tints of Old Rose #BA3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 57.76%
G = 17.39%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA3850 (or 0xBA3850) is known color: Old Rose. HEX triplet: BA, 38 and 50. RGB value is (186,56,80). Sum of RGB (Red+Green+Blue) = 186+56+80=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3850 is #45C7AF. Grayscale: #616161. Windows color (decimal): -4573104 or 5257402. OLE color: 5257402.

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

Color convert

RGB 186 56 80 -
CMYK 0 0.70 0.57 0.27
HSL 348.92º 0.54% 0.47% -
HSV(B) 348.92º 0.7% 0.73% -
XYZ 23.11 13.85 9.04 -
YUV 97.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 186 56 80 0 0.70 0.57 0.27 348.92 0.54 0.47
Hex BA 38 50 0 46 39 1B 15D 36 2F
Octal 272 70 120 0 106 71 33 535 66 57
Binary 10111010 111000 1010000 0 1000110 111001 11011 101011101 110110 101111

Color Harmonies of #BA3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3850

Black with #BA3850

Text Example


Text Example

White with #BA3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3850; }

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

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

background-color css

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

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

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

border-color css

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

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

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