#B77367

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

Shades of Contessa #B77367

Tints of Contessa #B77367

Color information

#B77367 (or 0xB77367) is unknown color: approx Contessa. HEX triplet: B7, 73 and 67. RGB value is (183,115,103). Sum of RGB (Red+Green+Blue) = 183+115+103=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77367 is #488C98. Grayscale: #868686. Windows color (decimal): -4754585 or 6779831. OLE color: 6779831.

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

Color convert

RGB183115103-
CMYK00.370.440.28
HSL35.71%56.08%-
HSV(B)43.72%71.76%-
XYZ28.1123.3115.85-
YUV133.96110.53162.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=45.64%
G=28.68%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311510300.370.440.28935.7156.08
HexB773670252C1C92438
Octal2671631470455434114470
Binary10110111111001111001110100101101100111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77367; }

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

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

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

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

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

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

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

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