#B8726E

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

Shades of Contessa #B8726E

Tints of Contessa #B8726E

Color information

#B8726E (or 0xB8726E) is unknown color: approx Contessa. HEX triplet: B8, 72 and 6E. RGB value is (184,114,110). Sum of RGB (Red+Green+Blue) = 184+114+110=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8726E is #478D91. Grayscale: #868686. Windows color (decimal): -4689298 or 7238328. OLE color: 7238328.

HSL color Cylindrical-coordinate representation of color #B8726E: hue angle of 3.24º 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 #B8726E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184114110-
CMYK00.380.400.28
HSL3.24º34.26%57.65%-
HSV(B)3.24º40.22%72.16%-
XYZ28.623.3517.75-
YUV134.47114.19163.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=45.10%
G=27.94%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411411000.380.400.283.2434.2657.65
HexB8726E026281C3223a
Octal270162156046503434272
Binary101110001110010110111001001101010001110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8726E; }

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

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

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

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

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

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

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

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