#B77363

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

Shades of Contessa #B77363

Tints of Contessa #B77363

Color information

#B77363 (or 0xB77363) is unknown color: approx Contessa. HEX triplet: B7, 73 and 63. RGB value is (183,115,99). Sum of RGB (Red+Green+Blue) = 183+115+99=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77363 is #488C9C. Grayscale: #858585. Windows color (decimal): -4754589 or 6517687. OLE color: 6517687.

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

Color convert

RGB18311599-
CMYK00.370.460.28
HSL11.43º36.84%55.29%-
HSV(B)11.43º45.9%71.76%-
XYZ27.9123.2314.82-
YUV133.51108.53163.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=46.10%
G=28.97%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831159900.370.460.2811.4336.8455.29
HexB773630252E1Cb2537
Octal2671631430455634134567
Binary10110111111001111000110100101101110111001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77363; }

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

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

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

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

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

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

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

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