#BD7065

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

Shades of Contessa #BD7065

Tints of Contessa #BD7065

Color information

#BD7065 (or 0xBD7065) is unknown color: approx Contessa. HEX triplet: BD, 70 and 65. RGB value is (189,112,101). Sum of RGB (Red+Green+Blue) = 189+112+101=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7065 is #428F9A. Grayscale: #858585. Windows color (decimal): -4362139 or 6647997. OLE color: 6647997.

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

Color convert

RGB189112101-
CMYK00.410.470.26
HSL7.5º40%56.86%-
HSV(B)7.5º46.56%74.12%-
XYZ29.1323.3515.28-
YUV133.77109.51167.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=47.01%
G=27.86%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911210100.410.470.267.54056.86
HexBD70650292F1A82839
Octal2751601450515732105071
Binary10111101111000011001010101001101111110101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7065; }

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

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

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

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

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

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

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

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