#bd746f

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

Shades of Contessa #BD746F

Tints of Contessa #BD746F

Color information

#BD746F (or 0xBD746F) is unknown color: approx Contessa. HEX triplet: BD, 74 and 6F. RGB value is (189,116,111). Sum of RGB (Red+Green+Blue) = 189+116+111=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD746F is #428B90. Grayscale: #898989. Windows color (decimal): -4361105 or 7304381. OLE color: 7304381.

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

Color convert

RGB189116111-
CMYK00.390.410.26
HSL3.85º37.14%58.82%-
HSV(B)3.85º41.27%74.12%-
XYZ30.124.4618.17-
YUV137.26113.18164.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=45.43%
G=27.88%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911611100.390.410.263.8537.1458.82
HexBD746F027291A4253b
Octal275164157047513244573
Binary1011110111101001101111010011110100111010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd746f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd746f; }

 p { color: rgb(189,116,111); }

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

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

 a { background-color: rgb(189,116,111); }

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

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

 span { border-color: rgb(189,116,111); }

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