#BA7662

Color #BA7662 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BA7662

Tints of Contessa #BA7662

Color information

#BA7662 (or 0xBA7662) is unknown color: approx Contessa. HEX triplet: BA, 76 and 62. RGB value is (186,118,98). Sum of RGB (Red+Green+Blue) = 186+118+98=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7662 is #45899D. Grayscale: #888888. Windows color (decimal): -4557214 or 6452922. OLE color: 6452922.

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

Color convert

RGB18611898-
CMYK00.370.470.27
HSL13.64º38.94%55.69%-
HSV(B)13.64º47.31%72.94%-
XYZ28.9324.2814.72-
YUV136.05106.53163.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=46.27%
G=29.35%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861189800.370.470.2713.6438.9455.69
HexBA76620252F1Be2738
Octal2721661420455733164770
Binary10111010111011011000100100101101111110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7662; }

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

 H1.HeaderClassName
 {
   color: #BA7662;
 }
 .AnyTagClassName
 {
   color: #BA7662;
 }
</style>
background-color css

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

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

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

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

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

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