Html Css Color HEX #BA7460 Contessa

📋 copy color: '#BA7460'

red 186 ◦ green 116 ◦ blue 96

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

Shades of Contessa #BA7460

Tints of Contessa #BA7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 46.73%
G = 29.15%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7460 (or 0xBA7460) is known color: Contessa. HEX triplet: BA, 74 and 60. RGB value is (186,116,96). Sum of RGB (Red+Green+Blue) = 186+116+96=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7460 is #458B9F. Grayscale: #868686. Windows color (decimal): -4557728 or 6321338. OLE color: 6321338.

HSL color Cylindrical-coordinate representation of color #BA7460: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7460 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 96 -
CMYK 0 0.38 0.48 0.27
HSL 13.33º 0.39% 0.55% -
HSV(B) 13.33º 0.48% 0.73% -
XYZ 28.61 23.77 14.15 -
YUV 134.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 186 116 96 0 0.38 0.48 0.27 13.33 0.39 0.55
Hex BA 74 60 0 26 30 1B D 27 37
Octal 272 164 140 0 46 60 33 15 47 67
Binary 10111010 1110100 1100000 0 100110 110000 11011 1101 100111 110111

Color Harmonies of #BA7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7460

Black with #BA7460

Text Example


Text Example

White with #BA7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7460; }

 p { color: rgb(186,116,96); }

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

background-color css

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

 a { background-color: rgb(186,116,96); }

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

border-color css

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

 span { border-color: rgb(186,116,96); }

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