#BC6A67

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

Shades of Contessa #BC6A67

Tints of Contessa #BC6A67

Color information

#BC6A67 (or 0xBC6A67) is unknown color: approx Contessa. HEX triplet: BC, 6A and 67. RGB value is (188,106,103). Sum of RGB (Red+Green+Blue) = 188+106+103=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A67 is #439598. Grayscale: #828282. Windows color (decimal): -4429209 or 6777532. OLE color: 6777532.

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

Color convert

RGB188106103-
CMYK00.440.450.26
HSL2.12º38.81%57.06%-
HSV(B)2.12º45.21%73.73%-
XYZ28.3421.9815.58-
YUV130.18112.67169.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=47.36%
G=26.70%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810610300.440.450.262.1238.8157.06
HexBC6A6702C2D1A22739
Octal274152147054553224771
Binary101111001101010110011101011001011011101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A67; }

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

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

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

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

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

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

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

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