#B7716B

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

Shades of Contessa #B7716B

Tints of Contessa #B7716B

Color information

#B7716B (or 0xB7716B) is unknown color: approx Contessa. HEX triplet: B7, 71 and 6B. RGB value is (183,113,107). Sum of RGB (Red+Green+Blue) = 183+113+107=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7716B is #488E94. Grayscale: #858585. Windows color (decimal): -4755093 or 7041463. OLE color: 7041463.

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

Color convert

RGB183113107-
CMYK00.380.420.28
HSL4.74º34.55%56.86%-
HSV(B)4.74º41.53%71.76%-
XYZ28.0922.9416.86-
YUV133.25113.19163.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=45.41%
G=28.04%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311310700.380.420.284.7434.5556.86
HexB7716B0262A1C52339
Octal267161153046523454371
Binary1011011111100011101011010011010101011100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7716B; }

 p { color: rgb(183,113,107); }

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

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

 a { background-color: rgb(183,113,107); }

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

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

 span { border-color: rgb(183,113,107); }

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