#BC675D

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

Shades of Contessa #BC675D

Tints of Contessa #BC675D

Color information

#BC675D (or 0xBC675D) is unknown color: approx Contessa. HEX triplet: BC, 67 and 5D. RGB value is (188,103,93). Sum of RGB (Red+Green+Blue) = 188+103+93=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675D is #4398A2. Grayscale: #7F7F7F. Windows color (decimal): -4429987 or 6121404. OLE color: 6121404.

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

Color convert

RGB18810393-
CMYK00.450.510.26
HSL6.32º41.48%55.1%-
HSV(B)6.32º50.53%73.73%-
XYZ27.5721.1812.99-
YUV127.28108.66171.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=48.96%
G=26.82%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881039300.450.510.266.3241.4855.1
HexBC675D02D331A62937
Octal274147135055633265167
Binary1011110011001111011101010110111001111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC675D; }

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

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

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

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

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

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

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

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