#BD726D

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

Shades of Contessa #BD726D

Tints of Contessa #BD726D

Color information

#BD726D (or 0xBD726D) is unknown color: approx Contessa. HEX triplet: BD, 72 and 6D. RGB value is (189,114,109). Sum of RGB (Red+Green+Blue) = 189+114+109=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD726D is #428D92. Grayscale: #878787. Windows color (decimal): -4361619 or 7172797. OLE color: 7172797.

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

Color convert

RGB189114109-
CMYK00.400.420.26
HSL3.75º37.74%58.43%-
HSV(B)3.75º42.33%74.12%-
XYZ29.7623.9617.52-
YUV135.85112.85165.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=45.87%
G=27.67%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911410900.400.420.263.7537.7458.43
HexBD726D0282A1A4263a
Octal275162155050523244672
Binary1011110111100101101101010100010101011010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD726D; }

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

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

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

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

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

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

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

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