#B76A67

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

Shades of Contessa #B76A67

Tints of Contessa #B76A67

Color information

#B76A67 (or 0xB76A67) is unknown color: approx Contessa. HEX triplet: B7, 6A and 67. RGB value is (183,106,103). Sum of RGB (Red+Green+Blue) = 183+106+103=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A67 is #489598. Grayscale: #808080. Windows color (decimal): -4756889 or 6777527. OLE color: 6777527.

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

Color convert

RGB183106103-
CMYK00.420.440.28
HSL2.25º35.71%56.08%-
HSV(B)2.25º43.72%71.76%-
XYZ27.1321.3515.52-
YUV128.68113.51166.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=46.68%
G=27.04%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310610300.420.440.282.2535.7156.08
HexB76A6702A2C1C22438
Octal267152147052543424470
Binary101101111101010110011101010101011001110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A67; }

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

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

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

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

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

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

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

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