#B9766F

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

Shades of Contessa #B9766F

Tints of Contessa #B9766F

Color information

#B9766F (or 0xB9766F) is unknown color: approx Contessa. HEX triplet: B9, 76 and 6F. RGB value is (185,118,111). Sum of RGB (Red+Green+Blue) = 185+118+111=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9766F is #468990. Grayscale: #898989. Windows color (decimal): -4622737 or 7304889. OLE color: 7304889.

HSL color Cylindrical-coordinate representation of color #B9766F: hue angle of 5.68º 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 #B9766F is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185118111-
CMYK00.360.40.27
HSL5.68º34.58%58.04%-
HSV(B)5.68º40%72.55%-
XYZ29.3624.4218.21-
YUV137.23113.2162.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=44.69%
G=28.50%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511811100.360.40.275.6834.5858.04
HexB9766F024281B6233a
Octal271166157044503364372
Binary1011100111101101101111010010010100011011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9766F; }

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

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

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

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

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

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

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

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