#BA7867

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

Shades of Contessa #BA7867

Tints of Contessa #BA7867

Color information

#BA7867 (or 0xBA7867) is unknown color: approx Contessa. HEX triplet: BA, 78 and 67. RGB value is (186,120,103). Sum of RGB (Red+Green+Blue) = 186+120+103=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7867 is #458798. Grayscale: #898989. Windows color (decimal): -4556697 or 6781114. OLE color: 6781114.

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

Color convert

RGB186120103-
CMYK00.350.450.27
HSL12.29º37.56%56.67%-
HSV(B)12.29º44.62%72.94%-
XYZ29.4124.8516.08-
YUV137.8108.37162.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=45.48%
G=29.34%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612010300.350.450.2712.2937.5656.67
HexBA78670232D1Bc2639
Octal2721701470435533144671
Binary10111010111100011001110100011101101110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7867; }

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

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

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

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

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

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

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

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