#BD746A

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

Shades of Contessa #BD746A

Tints of Contessa #BD746A

Color information

#BD746A (or 0xBD746A) is unknown color: approx Contessa. HEX triplet: BD, 74 and 6A. RGB value is (189,116,106). Sum of RGB (Red+Green+Blue) = 189+116+106=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD746A is #428B95. Grayscale: #888888. Windows color (decimal): -4361110 or 6976701. OLE color: 6976701.

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

Color convert

RGB189116106-
CMYK00.390.440.26
HSL7.23º38.6%57.84%-
HSV(B)7.23º43.92%74.12%-
XYZ29.8324.3516.76-
YUV136.69110.68165.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=45.99%
G=28.22%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911610600.390.440.267.2338.657.84
HexBD746A0272C1A7273a
Octal275164152047543274772
Binary1011110111101001101010010011110110011010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD746A; }

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

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

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

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

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

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

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

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