#BD7671

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

Shades of Contessa #BD7671

Tints of Contessa #BD7671

Color information

#BD7671 (or 0xBD7671) is unknown color: approx Contessa. HEX triplet: BD, 76 and 71. RGB value is (189,118,113). Sum of RGB (Red+Green+Blue) = 189+118+113=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7671 is #42898E. Grayscale: #8A8A8A. Windows color (decimal): -4360591 or 7435965. OLE color: 7435965.

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

Color convert

RGB189118113-
CMYK00.380.400.26
HSL3.95º36.54%59.22%-
HSV(B)3.95º40.21%74.12%-
XYZ30.4524.9718.84-
YUV138.66113.52163.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=45%
G=28.10%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911811300.380.400.263.9536.5459.22
HexBD7671026281A4253b
Octal275166161046503244573
Binary1011110111101101110001010011010100011010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7671; }

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

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

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

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

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

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

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

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