#B9736F

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

Shades of Contessa #B9736F

Tints of Contessa #B9736F

Color information

#B9736F (or 0xB9736F) is unknown color: approx Contessa. HEX triplet: B9, 73 and 6F. RGB value is (185,115,111). Sum of RGB (Red+Green+Blue) = 185+115+111=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9736F is #468C90. Grayscale: #878787. Windows color (decimal): -4623505 or 7304121. OLE color: 7304121.

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

Color convert

RGB185115111-
CMYK00.380.40.27
HSL3.24º34.58%58.04%-
HSV(B)3.24º40%72.55%-
XYZ29.0123.7218.09-
YUV135.47114.19163.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=45.01%
G=27.98%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511511100.380.40.273.2434.5858.04
HexB9736F026281B3233a
Octal271163157046503334372
Binary101110011110011110111101001101010001101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9736F; }

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

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

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

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

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

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

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

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