#bc6f5b

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

Shades of Contessa #BC6F5B

Tints of Contessa #BC6F5B

Color information

#BC6F5B (or 0xBC6F5B) is unknown color: approx Contessa. HEX triplet: BC, 6F and 5B. RGB value is (188,111,91). Sum of RGB (Red+Green+Blue) = 188+111+91=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F5B is #4390A4. Grayscale: #838383. Windows color (decimal): -4427941 or 5992380. OLE color: 5992380.

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

Color convert

RGB18811191-
CMYK00.410.520.26
HSL12.37º41.99%54.71%-
HSV(B)12.37º51.6%73.73%-
XYZ28.3122.8212.81-
YUV131.74105.01168.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=48.21%
G=28.46%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881119100.410.520.2612.3741.9954.71
HexBC6F5B029341Ac2a37
Octal2741571330516432145267
Binary10111100110111110110110101001110100110101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6f5b; }

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

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

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

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

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

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

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

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