#BC675E

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

Shades of Contessa #BC675E

Tints of Contessa #BC675E

Color information

#BC675E (or 0xBC675E) is unknown color: approx Contessa. HEX triplet: BC, 67 and 5E. RGB value is (188,103,94). Sum of RGB (Red+Green+Blue) = 188+103+94=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675E is #4398A1. Grayscale: #7F7F7F. Windows color (decimal): -4429986 or 6186940. OLE color: 6186940.

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

Color convert

RGB18810394-
CMYK00.450.500.26
HSL5.74º41.23%55.29%-
HSV(B)5.74º50%73.73%-
XYZ27.6121.213.23-
YUV127.39109.16171.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=48.83%
G=26.75%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881039400.450.500.265.7441.2355.29
HexBC675E02D321A62937
Octal274147136055623265167
Binary1011110011001111011110010110111001011010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC675E; }

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

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

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

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

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

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

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

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