#BA6A5C

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

Shades of Contessa #BA6A5C

Tints of Contessa #BA6A5C

Color information

#BA6A5C (or 0xBA6A5C) is unknown color: approx Contessa. HEX triplet: BA, 6A and 5C. RGB value is (186,106,92). Sum of RGB (Red+Green+Blue) = 186+106+92=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A5C is #4595A3. Grayscale: #808080. Windows color (decimal): -4560292 or 6056634. OLE color: 6056634.

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

Color convert

RGB18610692-
CMYK00.430.510.27
HSL8.94º40.52%54.51%-
HSV(B)8.94º50.54%72.94%-
XYZ27.3421.5212.84-
YUV128.32107.5169.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=48.44%
G=27.60%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861069200.430.510.278.9440.5254.51
HexBA6A5C02B331B92937
Octal2721521340536333115167
Binary10111010110101010111000101011110011110111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A5C; }

 p { color: rgb(186,106,92); }

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

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

 a { background-color: rgb(186,106,92); }

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

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

 span { border-color: rgb(186,106,92); }

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