#B77065

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

Shades of Contessa #B77065

Tints of Contessa #B77065

Color information

#B77065 (or 0xB77065) is unknown color: approx Contessa. HEX triplet: B7, 70 and 65. RGB value is (183,112,101). Sum of RGB (Red+Green+Blue) = 183+112+101=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77065 is #488F9A. Grayscale: #848484. Windows color (decimal): -4755355 or 6647991. OLE color: 6647991.

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

Color convert

RGB183112101-
CMYK00.390.450.28
HSL8.05º36.28%55.69%-
HSV(B)8.05º44.81%71.76%-
XYZ27.6722.615.21-
YUV131.98110.52164.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=46.21%
G=28.28%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311210100.390.450.288.0536.2855.69
HexB770650272D1C82438
Octal2671601450475534104470
Binary10110111111000011001010100111101101111001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77065; }

 p { color: rgb(183,112,101); }

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

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

 a { background-color: rgb(183,112,101); }

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

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

 span { border-color: rgb(183,112,101); }

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