#bc685f

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

Shades of Contessa #BC685F

Tints of Contessa #BC685F

Color information

#BC685F (or 0xBC685F) is unknown color: approx Contessa. HEX triplet: BC, 68 and 5F. RGB value is (188,104,95). Sum of RGB (Red+Green+Blue) = 188+104+95=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685F is #4397A0. Grayscale: #808080. Windows color (decimal): -4429729 or 6252732. OLE color: 6252732.

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

Color convert

RGB18810495-
CMYK00.450.490.26
HSL5.81º40.97%55.49%-
HSV(B)5.81º49.47%73.73%-
XYZ27.7521.4213.5-
YUV128.09109.33170.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=48.58%
G=26.87%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881049500.450.490.265.8140.9755.49
HexBC685F02D311A62937
Octal274150137055613265167
Binary1011110011010001011111010110111000111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc685f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc685f; }

 p { color: rgb(188,104,95); }

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

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

 a { background-color: rgb(188,104,95); }

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

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

 span { border-color: rgb(188,104,95); }

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