#B76967

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

Shades of Contessa #B76967

Tints of Contessa #B76967

Color information

#B76967 (or 0xB76967) is unknown color: approx Contessa. HEX triplet: B7, 69 and 67. RGB value is (183,105,103). Sum of RGB (Red+Green+Blue) = 183+105+103=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B76967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76967 is #489698. Grayscale: #808080. Windows color (decimal): -4757145 or 6777271. OLE color: 6777271.

HSL color Cylindrical-coordinate representation of color #B76967: hue angle of 1.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76967 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183105103-
CMYK00.430.440.28
HSL1.5º35.71%56.08%-
HSV(B)1.5º43.72%71.76%-
XYZ27.0321.1515.49-
YUV128.09113.84167.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=46.80%
G=26.85%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310510300.430.440.281.535.7156.08
HexB7696702B2C1C22438
Octal267151147053543424470
Binary101101111101001110011101010111011001110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76967; }

 p { color: rgb(183,105,103); }

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

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

 a { background-color: rgb(183,105,103); }

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

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

 span { border-color: rgb(183,105,103); }

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