#BD7C6D

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

Shades of Contessa #BD7C6D

Tints of Contessa #BD7C6D

Color information

#BD7C6D (or 0xBD7C6D) is unknown color: approx Contessa. HEX triplet: BD, 7C and 6D. RGB value is (189,124,109). Sum of RGB (Red+Green+Blue) = 189+124+109=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C6D is #428392. Grayscale: #8D8D8D. Windows color (decimal): -4359059 or 7175357. OLE color: 7175357.

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

Color convert

RGB189124109-
CMYK00.340.420.26
HSL11.25º37.74%58.43%-
HSV(B)11.25º42.33%74.12%-
XYZ30.9526.3417.92-
YUV141.72109.53161.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=44.79%
G=29.38%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912410900.340.420.2611.2537.7458.43
HexBD7C6D0222A1Ab263a
Octal2751741550425232134672
Binary10111101111110011011010100010101010110101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C6D; }

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

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

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

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

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

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

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

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