#BD7875

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

Shades of Contessa #BD7875

Tints of Contessa #BD7875

Color information

#BD7875 (or 0xBD7875) is unknown color: approx Contessa. HEX triplet: BD, 78 and 75. RGB value is (189,120,117). Sum of RGB (Red+Green+Blue) = 189+120+117=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7875 is #42878A. Grayscale: #8C8C8C. Windows color (decimal): -4360075 or 7698621. OLE color: 7698621.

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

Color convert

RGB189120117-
CMYK00.370.380.26
HSL2.5º35.29%60%-
HSV(B)2.5º38.1%74.12%-
XYZ30.9125.5420.13-
YUV140.29114.86162.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=44.37%
G=28.17%
B=27.46%

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
Decimal18912011700.370.380.262.535.2960
HexBD7875025261A3233c
Octal275170165045463234374
Binary101111011111000111010101001011001101101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7875; }

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

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

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

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

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

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

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

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