#B8786F

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

Shades of Contessa #B8786F

Tints of Contessa #B8786F

Color information

#B8786F (or 0xB8786F) is unknown color: approx Contessa. HEX triplet: B8, 78 and 6F. RGB value is (184,120,111). Sum of RGB (Red+Green+Blue) = 184+120+111=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8786F is #478790. Grayscale: #8A8A8A. Windows color (decimal): -4687761 or 7305400. OLE color: 7305400.

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

Color convert

RGB184120111-
CMYK00.350.400.28
HSL7.4º33.95%57.84%-
HSV(B)7.4º39.67%72.16%-
XYZ29.3524.7718.27-
YUV138.11112.7160.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=44.34%
G=28.92%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412011100.350.400.287.433.9557.84
HexB8786F023281C7223a
Octal270170157043503474272
Binary1011100011110001101111010001110100011100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8786F; }

 p { color: rgb(184,120,111); }

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

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

 a { background-color: rgb(184,120,111); }

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

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

 span { border-color: rgb(184,120,111); }

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