#B77364

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

Shades of Contessa #B77364

Tints of Contessa #B77364

Color information

#B77364 (or 0xB77364) is unknown color: approx Contessa. HEX triplet: B7, 73 and 64. RGB value is (183,115,100). Sum of RGB (Red+Green+Blue) = 183+115+100=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B77364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77364 is #488C9B. Grayscale: #858585. Windows color (decimal): -4754588 or 6583223. OLE color: 6583223.

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

Color convert

RGB183115100-
CMYK00.370.450.28
HSL10.84º36.56%55.49%-
HSV(B)10.84º45.36%71.76%-
XYZ27.9623.2515.07-
YUV133.62109.03163.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=45.98%
G=28.89%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311510000.370.450.2810.8436.5655.49
HexB773640252D1Cb2537
Octal2671631440455534134567
Binary10110111111001111001000100101101101111001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77364; }

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

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

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

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

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

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

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

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