#B76A68

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

Shades of Contessa #B76A68

Tints of Contessa #B76A68

Color information

#B76A68 (or 0xB76A68) is unknown color: approx Contessa. HEX triplet: B7, 6A and 68. RGB value is (183,106,104). Sum of RGB (Red+Green+Blue) = 183+106+104=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A68 is #489597. Grayscale: #808080. Windows color (decimal): -4756888 or 6843063. OLE color: 6843063.

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

Color convert

RGB183106104-
CMYK00.420.430.28
HSL1.52º35.43%56.27%-
HSV(B)1.52º43.17%71.76%-
XYZ27.1821.3715.79-
YUV128.79114.01166.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=46.56%
G=26.97%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310610400.420.430.281.5235.4356.27
HexB76A6802A2B1C22338
Octal267152150052533424370
Binary101101111101010110100001010101010111110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A68; }

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

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

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

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

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

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

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

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