#B9766A

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

Shades of Contessa #B9766A

Tints of Contessa #B9766A

Color information

#B9766A (or 0xB9766A) is unknown color: approx Contessa. HEX triplet: B9, 76 and 6A. RGB value is (185,118,106). Sum of RGB (Red+Green+Blue) = 185+118+106=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9766A is #468995. Grayscale: #888888. Windows color (decimal): -4622742 or 6977209. OLE color: 6977209.

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

Color convert

RGB185118106-
CMYK00.360.430.27
HSL9.11º36.07%57.06%-
HSV(B)9.11º42.7%72.55%-
XYZ29.0924.3116.8-
YUV136.66110.7162.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=45.23%
G=28.85%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511810600.360.430.279.1136.0757.06
HexB9766A0242B1B92439
Octal2711661520445333114471
Binary10111001111011011010100100100101011110111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9766A; }

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

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

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

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

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

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

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

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