#BD7261

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

Shades of Contessa #BD7261

Tints of Contessa #BD7261

Color information

#BD7261 (or 0xBD7261) is unknown color: approx Contessa. HEX triplet: BD, 72 and 61. RGB value is (189,114,97). Sum of RGB (Red+Green+Blue) = 189+114+97=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7261 is #428D9E. Grayscale: #868686. Windows color (decimal): -4361631 or 6386365. OLE color: 6386365.

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

Color convert

RGB18911497-
CMYK00.400.490.26
HSL11.09º41.07%56.08%-
HSV(B)11.09º48.68%74.12%-
XYZ29.1623.7214.35-
YUV134.49106.85166.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=47.25%
G=28.5%
B=24.25%

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
Decimal1891149700.400.490.2611.0941.0756.08
HexBD7261028311Ab2938
Octal2751621410506132135170
Binary10111101111001011000010101000110001110101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7261; }

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

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

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

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

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

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

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

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