Html Css Color HEX #BA3851 Old Rose

📋 copy color: '#BA3851'

red 186 ◦ green 56 ◦ blue 81

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

Shades of Old Rose #BA3851

Tints of Old Rose #BA3851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 57.59%
G = 17.34%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3851 (or 0xBA3851) is known color: Old Rose. HEX triplet: BA, 38 and 51. RGB value is (186,56,81). Sum of RGB (Red+Green+Blue) = 186+56+81=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3851 is #45C7AE. Grayscale: #616161. Windows color (decimal): -4573103 or 5322938. OLE color: 5322938.

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

Color convert

RGB 186 56 81 -
CMYK 0 0.70 0.56 0.27
HSL 348.46º 0.54% 0.47% -
HSV(B) 348.46º 0.7% 0.73% -
XYZ 23.15 13.86 9.24 -
YUV 97.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 186 56 81 0 0.70 0.56 0.27 348.46 0.54 0.47
Hex BA 38 51 0 46 38 1B 15C 36 2F
Octal 272 70 121 0 106 70 33 534 66 57
Binary 10111010 111000 1010001 0 1000110 111000 11011 101011100 110110 101111

Color Harmonies of #BA3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3851

Black with #BA3851

Text Example


Text Example

White with #BA3851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3851; }

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

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

background-color css

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

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

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

border-color css

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

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

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