#B8766B

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

Shades of Contessa #B8766B

Tints of Contessa #B8766B

Color information

#B8766B (or 0xB8766B) is unknown color: approx Contessa. HEX triplet: B8, 76 and 6B. RGB value is (184,118,107). Sum of RGB (Red+Green+Blue) = 184+118+107=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8766B is #478994. Grayscale: #888888. Windows color (decimal): -4688277 or 7042744. OLE color: 7042744.

HSL color Cylindrical-coordinate representation of color #B8766B: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8766B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184118107-
CMYK00.360.420.28
HSL8.57º35.16%57.06%-
HSV(B)8.57º41.85%72.16%-
XYZ28.924.2117.06-
YUV136.48111.37161.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=44.99%
G=28.85%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411810700.360.420.288.5735.1657.06
HexB8766B0242A1C92339
Octal2701661530445234114371
Binary10111000111011011010110100100101010111001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8766B; }

 p { color: rgb(184,118,107); }

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

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

 a { background-color: rgb(184,118,107); }

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

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

 span { border-color: rgb(184,118,107); }

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