#B76867

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

Shades of Contessa #B76867

Tints of Contessa #B76867

Color information

#B76867 (or 0xB76867) is unknown color: approx Contessa. HEX triplet: B7, 68 and 67. RGB value is (183,104,103). Sum of RGB (Red+Green+Blue) = 183+104+103=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B76867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76867 is #489798. Grayscale: #7F7F7F. Windows color (decimal): -4757401 or 6777015. OLE color: 6777015.

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

Color convert

RGB183104103-
CMYK00.430.440.28
HSL0.75º35.71%56.08%-
HSV(B)0.75º43.72%71.76%-
XYZ26.9320.9515.46-
YUV127.51114.17167.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=46.92%
G=26.67%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310410300.430.440.280.7535.7156.08
HexB7686702B2C1C12438
Octal267150147053543414470
Binary10110111110100011001110101011101100111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76867; }

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

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

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

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

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

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

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

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