Html Css Color HEX #BA7565 Contessa

📋 copy color: '#BA7565'

red 186 ◦ green 117 ◦ blue 101

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

Shades of Contessa #BA7565

Tints of Contessa #BA7565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

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

R = 46.04%
G = 28.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7565 (or 0xBA7565) is known color: Contessa. HEX triplet: BA, 75 and 65. RGB value is (186,117,101). Sum of RGB (Red+Green+Blue) = 186+117+101=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7565 is #458A9A. Grayscale: #878787. Windows color (decimal): -4557467 or 6649274. OLE color: 6649274.

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

Color convert

RGB 186 117 101 -
CMYK 0 0.37 0.46 0.27
HSL 11.29º 0.38% 0.56% -
HSV(B) 11.29º 0.46% 0.73% -
XYZ 28.96 24.1 15.44 -
YUV 135.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 186 117 101 0 0.37 0.46 0.27 11.29 0.38 0.56
Hex BA 75 65 0 25 2E 1B B 26 38
Octal 272 165 145 0 45 56 33 13 46 70
Binary 10111010 1110101 1100101 0 100101 101110 11011 1011 100110 111000

Color Harmonies of #BA7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7565

Black with #BA7565

Text Example


Text Example

White with #BA7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7565; }

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

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

background-color css

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

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

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

border-color css

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

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

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