Html Css Color HEX #BA7365 Contessa

📋 copy color: '#BA7365'

red 186 ◦ green 115 ◦ blue 101

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

Shades of Contessa #BA7365

Tints of Contessa #BA7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 46.27%
G = 28.61%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7365 (or 0xBA7365) is known color: Contessa. HEX triplet: BA, 73 and 65. RGB value is (186,115,101). Sum of RGB (Red+Green+Blue) = 186+115+101=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7365 is #458C9A. Grayscale: #868686. Windows color (decimal): -4557979 or 6648762. OLE color: 6648762.

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

Color convert

RGB 186 115 101 -
CMYK 0 0.38 0.46 0.27
HSL 9.88º 0.38% 0.56% -
HSV(B) 9.88º 0.46% 0.73% -
XYZ 28.73 23.64 15.36 -
YUV 134.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 186 115 101 0 0.38 0.46 0.27 9.88 0.38 0.56
Hex BA 73 65 0 26 2E 1B A 26 38
Octal 272 163 145 0 46 56 33 12 46 70
Binary 10111010 1110011 1100101 0 100110 101110 11011 1010 100110 111000

Color Harmonies of #BA7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7365

Black with #BA7365

Text Example


Text Example

White with #BA7365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7365; }

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

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

background-color css

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

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

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

border-color css

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

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

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