#B9726D

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

Shades of Contessa #B9726D

Tints of Contessa #B9726D

Color information

#B9726D (or 0xB9726D) is unknown color: approx Contessa. HEX triplet: B9, 72 and 6D. RGB value is (185,114,109). Sum of RGB (Red+Green+Blue) = 185+114+109=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9726D is #468D92. Grayscale: #868686. Windows color (decimal): -4623763 or 7172793. OLE color: 7172793.

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

Color convert

RGB185114109-
CMYK00.380.410.27
HSL3.95º35.19%57.65%-
HSV(B)3.95º41.08%72.55%-
XYZ28.7923.4517.48-
YUV134.66113.52163.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=45.34%
G=27.94%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511410900.380.410.273.9535.1957.65
HexB9726D026291B4233a
Octal271162155046513344372
Binary1011100111100101101101010011010100111011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9726D; }

 p { color: rgb(185,114,109); }

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

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

 a { background-color: rgb(185,114,109); }

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

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

 span { border-color: rgb(185,114,109); }

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