#BD746D

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

Shades of Contessa #BD746D

Tints of Contessa #BD746D

Color information

#BD746D (or 0xBD746D) is unknown color: approx Contessa. HEX triplet: BD, 74 and 6D. RGB value is (189,116,109). Sum of RGB (Red+Green+Blue) = 189+116+109=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD746D is #428B92. Grayscale: #898989. Windows color (decimal): -4361107 or 7173309. OLE color: 7173309.

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

Color convert

RGB189116109-
CMYK00.390.420.26
HSL5.25º37.74%58.43%-
HSV(B)5.25º42.33%74.12%-
XYZ29.9924.4117.6-
YUV137.03112.18165.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=45.65%
G=28.02%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911610900.390.420.265.2537.7458.43
HexBD746D0272A1A5263a
Octal275164155047523254672
Binary1011110111101001101101010011110101011010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD746D; }

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

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

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

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

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

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

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

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