#B9786F

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

Shades of Contessa #B9786F

Tints of Contessa #B9786F

Color information

#B9786F (or 0xB9786F) is unknown color: approx Contessa. HEX triplet: B9, 78 and 6F. RGB value is (185,120,111). Sum of RGB (Red+Green+Blue) = 185+120+111=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9786F is #468790. Grayscale: #8A8A8A. Windows color (decimal): -4622225 or 7305401. OLE color: 7305401.

HSL color Cylindrical-coordinate representation of color #B9786F: hue angle of 7.3º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9786F is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185120111-
CMYK00.350.40.27
HSL7.3º34.58%58.04%-
HSV(B)7.3º40%72.55%-
XYZ29.5924.8918.28-
YUV138.41112.53161.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=44.47%
G=28.85%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512011100.350.40.277.334.5858.04
HexB9786F023281B7233a
Octal271170157043503374372
Binary1011100111110001101111010001110100011011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9786F; }

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

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

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

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

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

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

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

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