#BD7876

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

Shades of Contessa #BD7876

Tints of Contessa #BD7876

Color information

#BD7876 (or 0xBD7876) is unknown color: approx Contessa. HEX triplet: BD, 78 and 76. RGB value is (189,120,118). Sum of RGB (Red+Green+Blue) = 189+120+118=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7876 is #428789. Grayscale: #8C8C8C. Windows color (decimal): -4360074 or 7764157. OLE color: 7764157.

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

Color convert

RGB189120118-
CMYK00.370.380.26
HSL1.69º34.98%60.2%-
HSV(B)1.69º37.57%74.12%-
XYZ30.9725.5620.44-
YUV140.4115.36162.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=44.26%
G=28.10%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912011800.370.380.261.6934.9860.2
HexBD7876025261A2233c
Octal275170166045463224374
Binary101111011111000111011001001011001101101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7876; }

 p { color: rgb(189,120,118); }

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

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

 a { background-color: rgb(189,120,118); }

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

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

 span { border-color: rgb(189,120,118); }

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