#BA735C

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

Shades of Contessa #BA735C

Tints of Contessa #BA735C

Color information

#BA735C (or 0xBA735C) is unknown color: approx Contessa. HEX triplet: BA, 73 and 5C. RGB value is (186,115,92). Sum of RGB (Red+Green+Blue) = 186+115+92=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA735C is #458CA3. Grayscale: #858585. Windows color (decimal): -4557988 or 6058938. OLE color: 6058938.

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

Color convert

RGB18611592-
CMYK00.380.510.27
HSL14.68º40.52%54.51%-
HSV(B)14.68º50.54%72.94%-
XYZ28.3123.4713.16-
YUV133.61104.52165.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=47.33%
G=29.26%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861159200.380.510.2714.6840.5254.51
HexBA735C026331Bf2937
Octal2721631340466333175167
Binary10111010111001110111000100110110011110111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA735C; }

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

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

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

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

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

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

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

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