#B9746F

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

Shades of Contessa #B9746F

Tints of Contessa #B9746F

Color information

#B9746F (or 0xB9746F) is unknown color: approx Contessa. HEX triplet: B9, 74 and 6F. RGB value is (185,116,111). Sum of RGB (Red+Green+Blue) = 185+116+111=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9746F is #468B90. Grayscale: #888888. Windows color (decimal): -4623249 or 7304377. OLE color: 7304377.

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

Color convert

RGB185116111-
CMYK00.370.40.27
HSL4.05º34.58%58.04%-
HSV(B)4.05º40%72.55%-
XYZ29.1223.9518.13-
YUV136.06113.86162.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=44.90%
G=28.16%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511611100.370.40.274.0534.5858.04
HexB9746F025281B4233a
Octal271164157045503344372
Binary1011100111101001101111010010110100011011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9746F; }

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

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

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

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

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

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

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

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