#BD7061

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

Shades of Contessa #BD7061

Tints of Contessa #BD7061

Color information

#BD7061 (or 0xBD7061) is unknown color: approx Contessa. HEX triplet: BD, 70 and 61. RGB value is (189,112,97). Sum of RGB (Red+Green+Blue) = 189+112+97=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7061 is #428F9E. Grayscale: #858585. Windows color (decimal): -4362143 or 6385853. OLE color: 6385853.

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

Color convert

RGB18911297-
CMYK00.410.490.26
HSL9.78º41.07%56.08%-
HSV(B)9.78º48.68%74.12%-
XYZ28.9423.2714.28-
YUV133.31107.51167.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=47.49%
G=28.14%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891129700.410.490.269.7841.0756.08
HexBD7061029311Aa2938
Octal2751601410516132125170
Binary10111101111000011000010101001110001110101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7061; }

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

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

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

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

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

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

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

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