#B6746A

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

Shades of Contessa #B6746A

Tints of Contessa #B6746A

Color information

#B6746A (or 0xB6746A) is unknown color: approx Contessa. HEX triplet: B6, 74 and 6A. RGB value is (182,116,106). Sum of RGB (Red+Green+Blue) = 182+116+106=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6746A is #498B95. Grayscale: #868686. Windows color (decimal): -4819862 or 6976694. OLE color: 6976694.

HSL color Cylindrical-coordinate representation of color #B6746A: hue angle of 7.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6746A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182116106-
CMYK00.360.420.29
HSL7.89º34.23%56.47%-
HSV(B)7.89º41.76%71.37%-
XYZ28.1423.4816.68-
YUV134.59111.87161.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=45.05%
G=28.71%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211610600.360.420.297.8934.2356.47
HexB6746A0242A1D82238
Octal2661641520445235104270
Binary10110110111010011010100100100101010111011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6746A; }

 p { color: rgb(182,116,106); }

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

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

 a { background-color: rgb(182,116,106); }

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

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

 span { border-color: rgb(182,116,106); }

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