#B8785F

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

Shades of Contessa #B8785F

Tints of Contessa #B8785F

Color information

#B8785F (or 0xB8785F) is unknown color: approx Contessa. HEX triplet: B8, 78 and 5F. RGB value is (184,120,95). Sum of RGB (Red+Green+Blue) = 184+120+95=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785F is #4787A0. Grayscale: #888888. Windows color (decimal): -4687777 or 6256824. OLE color: 6256824.

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

Color convert

RGB18412095-
CMYK00.350.480.28
HSL16.85º38.53%54.71%-
HSV(B)16.85º48.37%72.16%-
XYZ28.5524.4514.04-
YUV136.29104.7162.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=46.12%
G=30.08%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841209500.350.480.2816.8538.5354.71
HexB8785F023301C112737
Octal2701701370436034214767
Binary101110001111000101111101000111100001110010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8785F; }

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

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

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

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

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

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

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

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