#BD7D6A

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

Shades of Contessa #BD7D6A

Tints of Contessa #BD7D6A

Color information

#BD7D6A (or 0xBD7D6A) is unknown color: approx Contessa. HEX triplet: BD, 7D and 6A. RGB value is (189,125,106). Sum of RGB (Red+Green+Blue) = 189+125+106=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D6A is #428295. Grayscale: #8E8E8E. Windows color (decimal): -4358806 or 6979005. OLE color: 6979005.

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

Color convert

RGB189125106-
CMYK00.340.440.26
HSL13.73º38.6%57.84%-
HSV(B)13.73º43.92%74.12%-
XYZ30.9226.5317.13-
YUV141.97107.7161.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=45%
G=29.76%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912510600.340.440.2613.7338.657.84
HexBD7D6A0222C1Ae273a
Octal2751751520425432164772
Binary10111101111110111010100100010101100110101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D6A; }

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

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

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

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

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

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

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

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