#bc6f65

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

Shades of Contessa #BC6F65

Tints of Contessa #BC6F65

Color information

#BC6F65 (or 0xBC6F65) is unknown color: approx Contessa. HEX triplet: BC, 6F and 65. RGB value is (188,111,101). Sum of RGB (Red+Green+Blue) = 188+111+101=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F65 is #43909A. Grayscale: #858585. Windows color (decimal): -4427931 or 6647740. OLE color: 6647740.

HSL color Cylindrical-coordinate representation of color #BC6F65: hue angle of 6.9º 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 #BC6F65 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188111101-
CMYK00.410.460.26
HSL6.9º39.37%56.67%-
HSV(B)6.9º46.28%73.73%-
XYZ28.772315.23-
YUV132.88110.01167.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=47%
G=27.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811110100.410.460.266.939.3756.67
HexBC6F650292E1A72739
Octal274157145051563274771
Binary1011110011011111100101010100110111011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6f65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6f65; }

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

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

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

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

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

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

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

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