#BA7161

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

Shades of Contessa #BA7161

Tints of Contessa #BA7161

Color information

#BA7161 (or 0xBA7161) is unknown color: approx Contessa. HEX triplet: BA, 71 and 61. RGB value is (186,113,97). Sum of RGB (Red+Green+Blue) = 186+113+97=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7161 is #458E9E. Grayscale: #858585. Windows color (decimal): -4558495 or 6386106. OLE color: 6386106.

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

Color convert

RGB18611397-
CMYK00.390.480.27
HSL10.79º39.21%55.49%-
HSV(B)10.79º47.85%72.94%-
XYZ28.3123.1114.28-
YUV133107.68165.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=46.97%
G=28.54%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861139700.390.480.2710.7939.2155.49
HexBA7161027301Bb2737
Octal2721611410476033134767
Binary10111010111000111000010100111110000110111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7161; }

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

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

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

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

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

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

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

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