#BD6764

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

Shades of Contessa #BD6764

Tints of Contessa #BD6764

Color information

#BD6764 (or 0xBD6764) is unknown color: approx Contessa. HEX triplet: BD, 67 and 64. RGB value is (189,103,100). Sum of RGB (Red+Green+Blue) = 189+103+100=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6764 is #42989B. Grayscale: #808080. Windows color (decimal): -4364444 or 6580157. OLE color: 6580157.

HSL color Cylindrical-coordinate representation of color #BD6764: hue angle of 2.02º 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 #BD6764 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189103100-
CMYK00.460.470.26
HSL2.02º40.27%56.67%-
HSV(B)2.02º47.09%74.12%-
XYZ28.1421.4414.71-
YUV128.37111.99171.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=48.21%
G=26.28%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910310000.460.470.262.0240.2756.67
HexBD676402E2F1A22839
Octal275147144056573225071
Binary101111011100111110010001011101011111101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6764; }

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

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

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

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

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

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

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

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