#B77266

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

Shades of Contessa #B77266

Tints of Contessa #B77266

Color information

#B77266 (or 0xB77266) is unknown color: approx Contessa. HEX triplet: B7, 72 and 66. RGB value is (183,114,102). Sum of RGB (Red+Green+Blue) = 183+114+102=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77266 is #488D99. Grayscale: #858585. Windows color (decimal): -4754842 or 6714039. OLE color: 6714039.

HSL color Cylindrical-coordinate representation of color #B77266: hue angle of 8.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77266 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183114102-
CMYK00.380.440.28
HSL8.89º36%55.88%-
HSV(B)8.89º44.26%71.76%-
XYZ27.9423.0615.55-
YUV133.26110.36163.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=45.86%
G=28.57%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311410200.380.440.288.893655.88
HexB772660262C1C92438
Octal2671621460465434114470
Binary10110111111001011001100100110101100111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77266; }

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

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

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

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

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

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

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

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