#BA7B67

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

Shades of Contessa #BA7B67

Tints of Contessa #BA7B67

Color information

#BA7B67 (or 0xBA7B67) is unknown color: approx Contessa. HEX triplet: BA, 7B and 67. RGB value is (186,123,103). Sum of RGB (Red+Green+Blue) = 186+123+103=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B67 is #458498. Grayscale: #8B8B8B. Windows color (decimal): -4555929 or 6781882. OLE color: 6781882.

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

Color convert

RGB186123103-
CMYK00.340.450.27
HSL14.46º37.56%56.67%-
HSV(B)14.46º44.62%72.94%-
XYZ29.7825.5816.2-
YUV139.56107.37161.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 103 (40.62% from 255) = 25%
R=45.15%
G=29.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612310300.340.450.2714.4637.5656.67
HexBA7B670222D1Be2639
Octal2721731470425533164671
Binary10111010111101111001110100010101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B67; }

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

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

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

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

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

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

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

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