#BD756D

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

Shades of Contessa #BD756D

Tints of Contessa #BD756D

Color information

#BD756D (or 0xBD756D) is unknown color: approx Contessa. HEX triplet: BD, 75 and 6D. RGB value is (189,117,109). Sum of RGB (Red+Green+Blue) = 189+117+109=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD756D is #428A92. Grayscale: #898989. Windows color (decimal): -4360851 or 7173565. OLE color: 7173565.

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

Color convert

RGB189117109-
CMYK00.380.420.26
HSL37.74%58.43%-
HSV(B)42.33%74.12%-
XYZ30.1124.6517.64-
YUV137.62111.85164.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=45.54%
G=28.19%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911710900.380.420.26637.7458.43
HexBD756D0262A1A6263a
Octal275165155046523264672
Binary1011110111101011101101010011010101011010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD756D; }

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

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

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

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

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

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

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

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