#BC7865

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

Shades of Contessa #BC7865

Tints of Contessa #BC7865

Color information

#BC7865 (or 0xBC7865) is unknown color: approx Contessa. HEX triplet: BC, 78 and 65. RGB value is (188,120,101). Sum of RGB (Red+Green+Blue) = 188+120+101=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7865 is #43879A. Grayscale: #8A8A8A. Windows color (decimal): -4425627 or 6650044. OLE color: 6650044.

HSL color Cylindrical-coordinate representation of color #BC7865: hue angle of 13.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7865 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188120101-
CMYK00.360.460.26
HSL13.1º39.37%56.67%-
HSV(B)13.1º46.28%73.73%-
XYZ29.825.0615.58-
YUV138.17107.03163.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=45.97%
G=29.34%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812010100.360.460.2613.139.3756.67
HexBC78650242E1Ad2739
Octal2741701450445632154771
Binary10111100111100011001010100100101110110101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7865; }

 p { color: rgb(188,120,101); }

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

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

 a { background-color: rgb(188,120,101); }

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

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

 span { border-color: rgb(188,120,101); }

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