#B77263

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

Shades of Contessa #B77263

Tints of Contessa #B77263

Color information

#B77263 (or 0xB77263) is unknown color: approx Contessa. HEX triplet: B7, 72 and 63. RGB value is (183,114,99). Sum of RGB (Red+Green+Blue) = 183+114+99=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77263 is #488D9C. Grayscale: #858585. Windows color (decimal): -4754845 or 6517431. OLE color: 6517431.

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

Color convert

RGB18311499-
CMYK00.380.460.28
HSL10.71º36.84%55.29%-
HSV(B)10.71º45.9%71.76%-
XYZ27.82314.78-
YUV132.92108.86163.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 99 (39.06% from 255) = 25%
R=46.21%
G=28.79%
B=25%

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
Decimal1831149900.380.460.2810.7136.8455.29
HexB772630262E1Cb2537
Octal2671621430465634134567
Binary10110111111001011000110100110101110111001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77263; }

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

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

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

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

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

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

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

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