#BD7C68

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

Shades of Contessa #BD7C68

Tints of Contessa #BD7C68

Color information

#BD7C68 (or 0xBD7C68) is unknown color: approx Contessa. HEX triplet: BD, 7C and 68. RGB value is (189,124,104). Sum of RGB (Red+Green+Blue) = 189+124+104=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C68 is #428397. Grayscale: #8D8D8D. Windows color (decimal): -4359064 or 6847677. OLE color: 6847677.

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

Color convert

RGB189124104-
CMYK00.340.450.26
HSL14.12º39.17%57.45%-
HSV(B)14.12º44.97%74.12%-
XYZ30.6926.2316.54-
YUV141.15107.03162.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=45.32%
G=29.74%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912410400.340.450.2614.1239.1757.45
HexBD7C680222D1Ae2739
Octal2751741500425532164771
Binary10111101111110011010000100010101101110101110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C68; }

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

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

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

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

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

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

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

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