#B8736C

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

Shades of Contessa #B8736C

Tints of Contessa #B8736C

Color information

#B8736C (or 0xB8736C) is unknown color: approx Contessa. HEX triplet: B8, 73 and 6C. RGB value is (184,115,108). Sum of RGB (Red+Green+Blue) = 184+115+108=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8736C is #478C93. Grayscale: #868686. Windows color (decimal): -4689044 or 7107512. OLE color: 7107512.

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

Color convert

RGB184115108-
CMYK00.380.410.28
HSL5.53º34.86%57.25%-
HSV(B)5.53º41.3%72.16%-
XYZ28.623.5317.22-
YUV134.83112.86163.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=45.21%
G=28.26%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411510800.380.410.285.5334.8657.25
HexB8736C026291C62339
Octal270163154046513464371
Binary1011100011100111101100010011010100111100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8736C; }

 p { color: rgb(184,115,108); }

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

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

 a { background-color: rgb(184,115,108); }

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

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

 span { border-color: rgb(184,115,108); }

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