#BD716D

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

Shades of Contessa #BD716D

Tints of Contessa #BD716D

Color information

#BD716D (or 0xBD716D) is unknown color: approx Contessa. HEX triplet: BD, 71 and 6D. RGB value is (189,113,109). Sum of RGB (Red+Green+Blue) = 189+113+109=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD716D is #428E92. Grayscale: #878787. Windows color (decimal): -4361875 or 7172541. OLE color: 7172541.

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

Color convert

RGB189113109-
CMYK00.400.420.26
HSL37.74%58.43%-
HSV(B)42.33%74.12%-
XYZ29.6523.7317.49-
YUV135.27113.18166.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=45.99%
G=27.49%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911310900.400.420.26337.7458.43
HexBD716D0282A1A3263a
Octal275161155050523234672
Binary101111011110001110110101010001010101101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD716D; }

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

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

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

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

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

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

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

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