#BA645F

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

Shades of Contessa #BA645F

Tints of Contessa #BA645F

Color information

#BA645F (or 0xBA645F) is unknown color: approx Contessa. HEX triplet: BA, 64 and 5F. RGB value is (186,100,95). Sum of RGB (Red+Green+Blue) = 186+100+95=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA645F is #459BA0. Grayscale: #7D7D7D. Windows color (decimal): -4561825 or 6251706. OLE color: 6251706.

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

Color convert

RGB18610095-
CMYK00.460.490.27
HSL3.3º39.74%55.1%-
HSV(B)3.3º48.92%72.94%-
XYZ26.8720.3813.34-
YUV125.14110.99171.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=48.82%
G=26.25%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861009500.460.490.273.339.7455.1
HexBA645F02E311B32837
Octal272144137056613335067
Binary101110101100100101111101011101100011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA645F; }

 p { color: rgb(186,100,95); }

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

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

 a { background-color: rgb(186,100,95); }

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

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

 span { border-color: rgb(186,100,95); }

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