#B8746E

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

Shades of Contessa #B8746E

Tints of Contessa #B8746E

Color information

#B8746E (or 0xB8746E) is unknown color: approx Contessa. HEX triplet: B8, 74 and 6E. RGB value is (184,116,110). Sum of RGB (Red+Green+Blue) = 184+116+110=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8746E is #478B91. Grayscale: #878787. Windows color (decimal): -4688786 or 7238840. OLE color: 7238840.

HSL color Cylindrical-coordinate representation of color #B8746E: hue angle of 4.86º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8746E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184116110-
CMYK00.370.400.28
HSL4.86º34.26%57.65%-
HSV(B)4.86º40.22%72.16%-
XYZ28.8323.8117.83-
YUV135.65113.53162.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=44.88%
G=28.29%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411611000.370.400.284.8634.2657.65
HexB8746E025281C5223a
Octal270164156045503454272
Binary1011100011101001101110010010110100011100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8746E; }

 p { color: rgb(184,116,110); }

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

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

 a { background-color: rgb(184,116,110); }

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

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

 span { border-color: rgb(184,116,110); }

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