#BA6B5D

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

Shades of Contessa #BA6B5D

Tints of Contessa #BA6B5D

Color information

#BA6B5D (or 0xBA6B5D) is unknown color: approx Contessa. HEX triplet: BA, 6B and 5D. RGB value is (186,107,93). Sum of RGB (Red+Green+Blue) = 186+107+93=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5D is #4594A2. Grayscale: #818181. Windows color (decimal): -4560035 or 6122426. OLE color: 6122426.

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

Color convert

RGB18610793-
CMYK00.420.50.27
HSL9.03º40.26%54.71%-
HSV(B)9.03º50%72.94%-
XYZ27.4821.7413.1-
YUV129.02107.67168.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=48.19%
G=27.72%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861079300.420.50.279.0340.2654.71
HexBA6B5D02A321B92837
Octal2721531350526233115067
Binary10111010110101110111010101010110010110111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B5D; }

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

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

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

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

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

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

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

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