#B8756E

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

Shades of Contessa #B8756E

Tints of Contessa #B8756E

Color information

#B8756E (or 0xB8756E) is unknown color: approx Contessa. HEX triplet: B8, 75 and 6E. RGB value is (184,117,110). Sum of RGB (Red+Green+Blue) = 184+117+110=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8756E is #478A91. Grayscale: #888888. Windows color (decimal): -4688530 or 7239096. OLE color: 7239096.

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

Color convert

RGB184117110-
CMYK00.360.400.28
HSL5.68º34.26%57.65%-
HSV(B)5.68º40.22%72.16%-
XYZ28.9424.0417.87-
YUV136.23113.2162.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=44.77%
G=28.47%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411711000.360.400.285.6834.2657.65
HexB8756E024281C6223a
Octal270165156044503464272
Binary1011100011101011101110010010010100011100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8756E; }

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

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

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

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

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

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

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

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