#BD706A

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

Shades of Contessa #BD706A

Tints of Contessa #BD706A

Color information

#BD706A (or 0xBD706A) is unknown color: approx Contessa. HEX triplet: BD, 70 and 6A. RGB value is (189,112,106). Sum of RGB (Red+Green+Blue) = 189+112+106=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD706A is #428F95. Grayscale: #868686. Windows color (decimal): -4362134 or 6975677. OLE color: 6975677.

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

Color convert

RGB189112106-
CMYK00.410.440.26
HSL4.34º38.6%57.84%-
HSV(B)4.34º43.92%74.12%-
XYZ29.3823.4516.61-
YUV134.34112.01166.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=46.44%
G=27.52%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911210600.410.440.264.3438.657.84
HexBD706A0292C1A4273a
Octal275160152051543244772
Binary1011110111100001101010010100110110011010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD706A; }

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

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

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

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

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

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

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

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