#B77B67

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

Shades of Contessa #B77B67

Tints of Contessa #B77B67

Color information

#B77B67 (or 0xB77B67) is unknown color: approx Contessa. HEX triplet: B7, 7B and 67. RGB value is (183,123,103). Sum of RGB (Red+Green+Blue) = 183+123+103=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B67 is #488498. Grayscale: #8A8A8A. Windows color (decimal): -4752537 or 6781879. OLE color: 6781879.

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

Color convert

RGB183123103-
CMYK00.330.440.28
HSL15º35.71%56.08%-
HSV(B)15º43.72%71.76%-
XYZ29.0625.2116.17-
YUV138.66107.88159.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=44.74%
G=30.07%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312310300.330.440.281535.7156.08
HexB77B670212C1Cf2438
Octal2671731470415434174470
Binary10110111111101111001110100001101100111001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B67; }

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

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

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

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

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

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

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

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