Html Css Color HEX #BA7973 Contessa

📋 copy color: '#BA7973'

red 186 ◦ green 121 ◦ blue 115

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

Shades of Contessa #BA7973

Tints of Contessa #BA7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 44.08%
G = 28.67%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA7973 (or 0xBA7973) is known color: Contessa. HEX triplet: BA, 79 and 73. RGB value is (186,121,115). Sum of RGB (Red+Green+Blue) = 186+121+115=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7973 is #45868C. Grayscale: #8B8B8B. Windows color (decimal): -4556429 or 7567802. OLE color: 7567802.

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

Color convert

RGB 186 121 115 -
CMYK 0 0.35 0.38 0.27
HSL 5.07º 0.34% 0.59% -
HSV(B) 5.07º 0.38% 0.73% -
XYZ 30.18 25.35 19.52 -
YUV 139.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 186 121 115 0 0.35 0.38 0.27 5.07 0.34 0.59
Hex BA 79 73 0 23 26 1B 5 22 3B
Octal 272 171 163 0 43 46 33 5 42 73
Binary 10111010 1111001 1110011 0 100011 100110 11011 101 100010 111011

Color Harmonies of #BA7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7973

Black with #BA7973

Text Example


Text Example

White with #BA7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7973; }

 p { color: rgb(186,121,115); }

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

background-color css

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

 a { background-color: rgb(186,121,115); }

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

border-color css

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

 span { border-color: rgb(186,121,115); }

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