#BD7664

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

Shades of Contessa #BD7664

Tints of Contessa #BD7664

Color information

#BD7664 (or 0xBD7664) is unknown color: approx Contessa. HEX triplet: BD, 76 and 64. RGB value is (189,118,100). Sum of RGB (Red+Green+Blue) = 189+118+100=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7664 is #42899B. Grayscale: #898989. Windows color (decimal): -4360604 or 6583997. OLE color: 6583997.

HSL color Cylindrical-coordinate representation of color #BD7664: hue angle of 12.13º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7664 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189118100-
CMYK00.380.470.26
HSL12.13º40.27%56.67%-
HSV(B)12.13º47.09%74.12%-
XYZ29.7624.715.25-
YUV137.18107.02164.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=46.44%
G=28.99%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911810000.380.470.2612.1340.2756.67
HexBD76640262F1Ac2839
Octal2751661440465732145071
Binary10111101111011011001000100110101111110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7664; }

 p { color: rgb(189,118,100); }

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

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

 a { background-color: rgb(189,118,100); }

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

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

 span { border-color: rgb(189,118,100); }

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