#BA635F

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

Shades of Contessa #BA635F

Tints of Contessa #BA635F

Color information

#BA635F (or 0xBA635F) is unknown color: approx Contessa. HEX triplet: BA, 63 and 5F. RGB value is (186,99,95). Sum of RGB (Red+Green+Blue) = 186+99+95=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635F is #459CA0. Grayscale: #7C7C7C. Windows color (decimal): -4562081 or 6251450. OLE color: 6251450.

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

Color convert

RGB1869995-
CMYK00.470.490.27
HSL2.64º39.74%55.1%-
HSV(B)2.64º48.92%72.94%-
XYZ26.7820.1913.31-
YUV124.56111.32171.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 95 (37.5% from 255) = 25%
R=48.95%
G=26.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186999500.470.490.272.6439.7455.1
HexBA635F02F311B32837
Octal272143137057613335067
Binary101110101100011101111101011111100011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA635F; }

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

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

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

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

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

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

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

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