#BC6B5F

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

Shades of Contessa #BC6B5F

Tints of Contessa #BC6B5F

Color information

#BC6B5F (or 0xBC6B5F) is unknown color: approx Contessa. HEX triplet: BC, 6B and 5F. RGB value is (188,107,95). Sum of RGB (Red+Green+Blue) = 188+107+95=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B5F is #4394A0. Grayscale: #818181. Windows color (decimal): -4428961 or 6253500. OLE color: 6253500.

HSL color Cylindrical-coordinate representation of color #BC6B5F: hue angle of 7.74º 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 #BC6B5F is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18810795-
CMYK00.430.490.26
HSL7.74º40.97%55.49%-
HSV(B)7.74º49.47%73.73%-
XYZ28.0622.0313.6-
YUV129.85108.34169.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=48.21%
G=27.44%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881079500.430.490.267.7440.9755.49
HexBC6B5F02B311A82937
Octal2741531370536132105167
Binary10111100110101110111110101011110001110101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B5F; }

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

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

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

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

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

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

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

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