#BA7267

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

Shades of Contessa #BA7267

Tints of Contessa #BA7267

Color information

#BA7267 (or 0xBA7267) is unknown color: approx Contessa. HEX triplet: BA, 72 and 67. RGB value is (186,114,103). Sum of RGB (Red+Green+Blue) = 186+114+103=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7267 is #458D98. Grayscale: #868686. Windows color (decimal): -4558233 or 6779578. OLE color: 6779578.

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

Color convert

RGB186114103-
CMYK00.390.450.27
HSL7.95º37.56%56.67%-
HSV(B)7.95º44.62%72.94%-
XYZ28.7223.4515.85-
YUV134.27110.35164.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=46.15%
G=28.29%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611410300.390.450.277.9537.5656.67
HexBA72670272D1B82639
Octal2721621470475533104671
Binary10111010111001011001110100111101101110111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7267; }

 p { color: rgb(186,114,103); }

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

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

 a { background-color: rgb(186,114,103); }

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

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

 span { border-color: rgb(186,114,103); }

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