#B77262

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

Shades of Contessa #B77262

Tints of Contessa #B77262

Color information

#B77262 (or 0xB77262) is unknown color: approx Contessa. HEX triplet: B7, 72 and 62. RGB value is (183,114,98). Sum of RGB (Red+Green+Blue) = 183+114+98=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B77262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77262 is #488D9D. Grayscale: #848484. Windows color (decimal): -4754846 or 6451895. OLE color: 6451895.

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

Color convert

RGB18311498-
CMYK00.380.460.28
HSL11.29º37.12%55.1%-
HSV(B)11.29º46.45%71.76%-
XYZ27.7522.9814.53-
YUV132.81108.36163.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=46.33%
G=28.86%
B=24.81%

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
Decimal1831149800.380.460.2811.2937.1255.1
HexB772620262E1Cb2537
Octal2671621420465634134567
Binary10110111111001011000100100110101110111001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77262; }

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

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

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

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

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

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

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

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