#BD7260

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

Shades of Contessa #BD7260

Tints of Contessa #BD7260

Color information

#BD7260 (or 0xBD7260) is unknown color: approx Contessa. HEX triplet: BD, 72 and 60. RGB value is (189,114,96). Sum of RGB (Red+Green+Blue) = 189+114+96=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7260 is #428D9F. Grayscale: #868686. Windows color (decimal): -4361632 or 6320829. OLE color: 6320829.

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

Color convert

RGB18911496-
CMYK00.400.490.26
HSL11.61º41.33%55.88%-
HSV(B)11.61º49.21%74.12%-
XYZ29.1123.714.11-
YUV134.37106.35166.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=47.37%
G=28.57%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891149600.400.490.2611.6141.3355.88
HexBD7260028311Ac2938
Octal2751621400506132145170
Binary10111101111001011000000101000110001110101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7260; }

 p { color: rgb(189,114,96); }

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

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

 a { background-color: rgb(189,114,96); }

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

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

 span { border-color: rgb(189,114,96); }

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