#BA7561

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

Shades of Contessa #BA7561

Tints of Contessa #BA7561

Color information

#BA7561 (or 0xBA7561) is unknown color: approx Contessa. HEX triplet: BA, 75 and 61. RGB value is (186,117,97). Sum of RGB (Red+Green+Blue) = 186+117+97=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7561 is #458A9E. Grayscale: #878787. Windows color (decimal): -4557471 or 6387130. OLE color: 6387130.

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

Color convert

RGB18611797-
CMYK00.370.480.27
HSL13.48º39.21%55.49%-
HSV(B)13.48º47.85%72.94%-
XYZ28.7724.0214.43-
YUV135.35106.36164.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=46.5%
G=29.25%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861179700.370.480.2713.4839.2155.49
HexBA7561025301Bd2737
Octal2721651410456033154767
Binary10111010111010111000010100101110000110111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7561; }

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

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

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

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

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

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

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

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