Html Css Color HEX #BA7660 Contessa

📋 copy color: '#BA7660'

red 186 ◦ green 118 ◦ blue 96

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

Shades of Contessa #BA7660

Tints of Contessa #BA7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 46.5%
G = 29.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7660 (or 0xBA7660) is known color: Contessa. HEX triplet: BA, 76 and 60. RGB value is (186,118,96). Sum of RGB (Red+Green+Blue) = 186+118+96=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7660 is #45899F. Grayscale: #878787. Windows color (decimal): -4557216 or 6321850. OLE color: 6321850.

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

Color convert

RGB 186 118 96 -
CMYK 0 0.37 0.48 0.27
HSL 14.67º 0.39% 0.55% -
HSV(B) 14.67º 0.48% 0.73% -
XYZ 28.84 24.24 14.23 -
YUV 135.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 186 118 96 0 0.37 0.48 0.27 14.67 0.39 0.55
Hex BA 76 60 0 25 30 1B F 27 37
Octal 272 166 140 0 45 60 33 17 47 67
Binary 10111010 1110110 1100000 0 100101 110000 11011 1111 100111 110111

Color Harmonies of #BA7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7660

Black with #BA7660

Text Example


Text Example

White with #BA7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7660; }

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

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

background-color css

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

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

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

border-color css

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

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

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