#BC6F67

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

Shades of Contessa #BC6F67

Tints of Contessa #BC6F67

Color information

#BC6F67 (or 0xBC6F67) is unknown color: approx Contessa. HEX triplet: BC, 6F and 67. RGB value is (188,111,103). Sum of RGB (Red+Green+Blue) = 188+111+103=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F67 is #439098. Grayscale: #858585. Windows color (decimal): -4427929 or 6778812. OLE color: 6778812.

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

Color convert

RGB188111103-
CMYK00.410.450.26
HSL5.65º38.81%57.06%-
HSV(B)5.65º45.21%73.73%-
XYZ28.8723.0415.76-
YUV133.11111.01167.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=46.77%
G=27.61%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811110300.410.450.265.6538.8157.06
HexBC6F670292D1A62739
Octal274157147051553264771
Binary1011110011011111100111010100110110111010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F67; }

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

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

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

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

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

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

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

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