#BC6B67

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

Shades of Contessa #BC6B67

Tints of Contessa #BC6B67

Color information

#BC6B67 (or 0xBC6B67) is unknown color: approx Contessa. HEX triplet: BC, 6B and 67. RGB value is (188,107,103). Sum of RGB (Red+Green+Blue) = 188+107+103=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B67 is #439498. Grayscale: #828282. Windows color (decimal): -4428953 or 6777788. OLE color: 6777788.

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

Color convert

RGB188107103-
CMYK00.430.450.26
HSL2.82º38.81%57.06%-
HSV(B)2.82º45.21%73.73%-
XYZ28.4422.1915.62-
YUV130.76112.34168.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=47.24%
G=26.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810710300.430.450.262.8238.8157.06
HexBC6B6702B2D1A32739
Octal274153147053553234771
Binary101111001101011110011101010111011011101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B67; }

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

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

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

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

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

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

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

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