#BD705F

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

Shades of Contessa #BD705F

Tints of Contessa #BD705F

Color information

#BD705F (or 0xBD705F) is unknown color: approx Contessa. HEX triplet: BD, 70 and 5F. RGB value is (189,112,95). Sum of RGB (Red+Green+Blue) = 189+112+95=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705F is #428FA0. Grayscale: #858585. Windows color (decimal): -4362145 or 6254781. OLE color: 6254781.

HSL color Cylindrical-coordinate representation of color #BD705F: hue angle of 10.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD705F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18911295-
CMYK00.410.500.26
HSL10.85º41.59%55.69%-
HSV(B)10.85º49.74%74.12%-
XYZ28.8523.2313.79-
YUV133.08106.51167.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=47.73%
G=28.28%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891129500.410.500.2610.8541.5955.69
HexBD705F029321Ab2a38
Octal2751601370516232135270
Binary10111101111000010111110101001110010110101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD705F; }

 p { color: rgb(189,112,95); }

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

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

 a { background-color: rgb(189,112,95); }

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

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

 span { border-color: rgb(189,112,95); }

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