#BD7768

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

Shades of Contessa #BD7768

Tints of Contessa #BD7768

Color information

#BD7768 (or 0xBD7768) is unknown color: approx Contessa. HEX triplet: BD, 77 and 68. RGB value is (189,119,104). Sum of RGB (Red+Green+Blue) = 189+119+104=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7768 is #428897. Grayscale: #8A8A8A. Windows color (decimal): -4360344 or 6846397. OLE color: 6846397.

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

Color convert

RGB189119104-
CMYK00.370.450.26
HSL10.59º39.17%57.45%-
HSV(B)10.59º44.97%74.12%-
XYZ30.0825.0116.34-
YUV138.22108.69164.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=45.87%
G=28.88%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911910400.370.450.2610.5939.1757.45
HexBD77680252D1Ab2739
Octal2751671500455532134771
Binary10111101111011111010000100101101101110101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7768; }

 p { color: rgb(189,119,104); }

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

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

 a { background-color: rgb(189,119,104); }

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

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

 span { border-color: rgb(189,119,104); }

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