#B77163

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

Shades of Contessa #B77163

Tints of Contessa #B77163

Color information

#B77163 (or 0xB77163) is unknown color: approx Contessa. HEX triplet: B7, 71 and 63. RGB value is (183,113,99). Sum of RGB (Red+Green+Blue) = 183+113+99=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B77163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77163 is #488E9C. Grayscale: #848484. Windows color (decimal): -4755101 or 6517175. OLE color: 6517175.

HSL color Cylindrical-coordinate representation of color #B77163: hue angle of 10º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77163 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB18311399-
CMYK00.380.460.28
HSL10º36.84%55.29%-
HSV(B)10º45.9%71.76%-
XYZ27.6922.7814.74-
YUV132.33109.19164.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=46.33%
G=28.61%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831139900.380.460.281036.8455.29
HexB771630262E1Ca2537
Octal2671611430465634124567
Binary10110111111000111000110100110101110111001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77163; }

 p { color: rgb(183,113,99); }

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

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

 a { background-color: rgb(183,113,99); }

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

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

 span { border-color: rgb(183,113,99); }

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