#B8786D

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

Shades of Contessa #B8786D

Tints of Contessa #B8786D

Color information

#B8786D (or 0xB8786D) is unknown color: approx Contessa. HEX triplet: B8, 78 and 6D. RGB value is (184,120,109). Sum of RGB (Red+Green+Blue) = 184+120+109=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8786D is #478792. Grayscale: #898989. Windows color (decimal): -4687763 or 7174328. OLE color: 7174328.

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

Color convert

RGB184120109-
CMYK00.350.410.28
HSL8.8º34.56%57.45%-
HSV(B)8.8º40.76%72.16%-
XYZ29.2424.7317.7-
YUV137.88111.7160.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=44.55%
G=29.06%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412010900.350.410.288.834.5657.45
HexB8786D023291C92339
Octal2701701550435134114371
Binary10111000111100011011010100011101001111001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8786D; }

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

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

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

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

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

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

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

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