#B77967

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

Shades of Contessa #B77967

Tints of Contessa #B77967

Color information

#B77967 (or 0xB77967) is unknown color: approx Contessa. HEX triplet: B7, 79 and 67. RGB value is (183,121,103). Sum of RGB (Red+Green+Blue) = 183+121+103=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B77967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77967 is #488698. Grayscale: #898989. Windows color (decimal): -4753049 or 6781367. OLE color: 6781367.

HSL color Cylindrical-coordinate representation of color #B77967: hue angle of 13.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 #B77967 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183121103-
CMYK00.340.440.28
HSL13.5º35.71%56.08%-
HSV(B)13.5º43.72%71.76%-
XYZ28.8124.7216.08-
YUV137.49108.54160.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=44.96%
G=29.73%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312110300.340.440.2813.535.7156.08
HexB779670222C1Ce2438
Octal2671711470425434164470
Binary10110111111100111001110100010101100111001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77967; }

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

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

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

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

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

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

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

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