#B77362

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

Shades of Contessa #B77362

Tints of Contessa #B77362

Color information

#B77362 (or 0xB77362) is unknown color: approx Contessa. HEX triplet: B7, 73 and 62. RGB value is (183,115,98). Sum of RGB (Red+Green+Blue) = 183+115+98=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77362 is #488C9D. Grayscale: #858585. Windows color (decimal): -4754590 or 6452151. OLE color: 6452151.

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

Color convert

RGB18311598-
CMYK00.370.460.28
HSL12º37.12%55.1%-
HSV(B)12º46.45%71.76%-
XYZ27.8623.2114.57-
YUV133.39108.03163.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=46.21%
G=29.04%
B=24.75%

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
Decimal1831159800.370.460.281237.1255.1
HexB773620252E1Cc2537
Octal2671631420455634144567
Binary10110111111001111000100100101101110111001100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77362; }

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

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

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

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

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

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

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

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