#BD726F

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

Shades of Contessa #BD726F

Tints of Contessa #BD726F

Color information

#BD726F (or 0xBD726F) is unknown color: approx Contessa. HEX triplet: BD, 72 and 6F. RGB value is (189,114,111). Sum of RGB (Red+Green+Blue) = 189+114+111=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD726F is #428D90. Grayscale: #888888. Windows color (decimal): -4361617 or 7303869. OLE color: 7303869.

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

Color convert

RGB189114111-
CMYK00.400.410.26
HSL2.31º37.14%58.82%-
HSV(B)2.31º41.27%74.12%-
XYZ29.872418.1-
YUV136.08113.85165.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=45.65%
G=27.54%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911411100.400.410.262.3137.1458.82
HexBD726F028291A2253b
Octal275162157050513224573
Binary101111011110010110111101010001010011101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD726F; }

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

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

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

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

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

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

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

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