#B76868

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

Shades of Contessa #B76868

Tints of Contessa #B76868

Color information

#B76868 (or 0xB76868) is unknown color: approx Contessa. HEX triplet: B7, 68 and 68. RGB value is (183,104,104). Sum of RGB (Red+Green+Blue) = 183+104+104=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B76868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76868 is #489797. Grayscale: #7F7F7F. Windows color (decimal): -4757400 or 6842551. OLE color: 6842551.

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

Color convert

RGB183104104-
CMYK00.430.430.28
HSL35.43%56.27%-
HSV(B)43.17%71.76%-
XYZ26.9820.9715.72-
YUV127.62114.67167.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=46.80%
G=26.60%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310410400.430.430.28035.4356.27
HexB7686802B2B1C02338
Octal267150150053533404370
Binary10110111110100011010000101011101011111000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76868; }

 p { color: rgb(183,104,104); }

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

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

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

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

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

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

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