#B9736B

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

Shades of Contessa #B9736B

Tints of Contessa #B9736B

Color information

#B9736B (or 0xB9736B) is unknown color: approx Contessa. HEX triplet: B9, 73 and 6B. RGB value is (185,115,107). Sum of RGB (Red+Green+Blue) = 185+115+107=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9736B is #468C94. Grayscale: #878787. Windows color (decimal): -4623509 or 7041977. OLE color: 7041977.

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

Color convert

RGB185115107-
CMYK00.380.420.27
HSL6.15º35.78%57.25%-
HSV(B)6.15º42.16%72.55%-
XYZ28.7923.6416.95-
YUV135.02112.19163.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=45.45%
G=28.26%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511510700.380.420.276.1535.7857.25
HexB9736B0262A1B62439
Octal271163153046523364471
Binary1011100111100111101011010011010101011011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9736B; }

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

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

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

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

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

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

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

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