#BD716A

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

Shades of Contessa #BD716A

Tints of Contessa #BD716A

Color information

#BD716A (or 0xBD716A) is unknown color: approx Contessa. HEX triplet: BD, 71 and 6A. RGB value is (189,113,106). Sum of RGB (Red+Green+Blue) = 189+113+106=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD716A is #428E95. Grayscale: #878787. Windows color (decimal): -4361878 or 6975933. OLE color: 6975933.

HSL color Cylindrical-coordinate representation of color #BD716A: hue angle of 5.06º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD716A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189113106-
CMYK00.400.440.26
HSL5.06º38.6%57.84%-
HSV(B)5.06º43.92%74.12%-
XYZ29.4923.6716.65-
YUV134.93111.68166.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=46.32%
G=27.70%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911310600.400.440.265.0638.657.84
HexBD716A0282C1A5273a
Octal275161152050543254772
Binary1011110111100011101010010100010110011010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD716A; }

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

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

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

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

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

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

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

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