Html Css Color HEX #BA4046 Old Rose

📋 copy color: '#BA4046'

red 186 ◦ green 64 ◦ blue 70

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

Shades of Old Rose #BA4046

Tints of Old Rose #BA4046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 58.13%
G = 20%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4046 (or 0xBA4046) is known color: Old Rose. HEX triplet: BA, 40 and 46. RGB value is (186,64,70). Sum of RGB (Red+Green+Blue) = 186+64+70=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4046 is #45BFB9. Grayscale: #656565. Windows color (decimal): -4571066 or 4604090. OLE color: 4604090.

HSL color Cylindrical-coordinate representation of color #BA4046: hue angle of 357.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4046 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 70 -
CMYK 0 0.66 0.62 0.27
HSL 357.05º 0.49% 0.49% -
HSV(B) 357.05º 0.66% 0.73% -
XYZ 23.19 14.55 7.38 -
YUV 101.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 186 64 70 0 0.66 0.62 0.27 357.05 0.49 0.49
Hex BA 40 46 0 42 3E 1B 165 31 31
Octal 272 100 106 0 102 76 33 545 61 61
Binary 10111010 1000000 1000110 0 1000010 111110 11011 101100101 110001 110001

Color Harmonies of #BA4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4046

Black with #BA4046

Text Example


Text Example

White with #BA4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4046; }

 p { color: rgb(186,64,70); }

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

background-color css

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

 a { background-color: rgb(186,64,70); }

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

border-color css

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

 span { border-color: rgb(186,64,70); }

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