#B9746A

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

Shades of Contessa #B9746A

Tints of Contessa #B9746A

Color information

#B9746A (or 0xB9746A) is unknown color: approx Contessa. HEX triplet: B9, 74 and 6A. RGB value is (185,116,106). Sum of RGB (Red+Green+Blue) = 185+116+106=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9746A is #468B95. Grayscale: #878787. Windows color (decimal): -4623254 or 6976697. OLE color: 6976697.

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

Color convert

RGB185116106-
CMYK00.370.430.27
HSL7.59º36.07%57.06%-
HSV(B)7.59º42.7%72.55%-
XYZ28.8523.8516.72-
YUV135.49111.36163.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=45.45%
G=28.50%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511610600.370.430.277.5936.0757.06
HexB9746A0252B1B82439
Octal2711641520455333104471
Binary10111001111010011010100100101101011110111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9746A; }

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

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

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

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

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

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

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

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