#BA746B

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

Shades of Contessa #BA746B

Tints of Contessa #BA746B

Color information

#BA746B (or 0xBA746B) is unknown color: approx Contessa. HEX triplet: BA, 74 and 6B. RGB value is (186,116,107). Sum of RGB (Red+Green+Blue) = 186+116+107=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746B is #458B94. Grayscale: #888888. Windows color (decimal): -4557717 or 7042234. OLE color: 7042234.

HSL color Cylindrical-coordinate representation of color #BA746B: hue angle of 6.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA746B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186116107-
CMYK00.380.420.27
HSL6.84º36.41%57.45%-
HSV(B)6.84º42.47%72.94%-
XYZ29.1523.9917-
YUV135.9111.69163.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=45.48%
G=28.36%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611610700.380.420.276.8436.4157.45
HexBA746B0262A1B72439
Octal272164153046523374471
Binary1011101011101001101011010011010101011011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA746B; }

 p { color: rgb(186,116,107); }

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

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

 a { background-color: rgb(186,116,107); }

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

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

 span { border-color: rgb(186,116,107); }

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