#BD705C

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

Shades of Contessa #BD705C

Tints of Contessa #BD705C

Color information

#BD705C (or 0xBD705C) is unknown color: approx Contessa. HEX triplet: BD, 70 and 5C. RGB value is (189,112,92). Sum of RGB (Red+Green+Blue) = 189+112+92=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD705C is #428FA3. Grayscale: #848484. Windows color (decimal): -4362148 or 6058173. OLE color: 6058173.

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

Color convert

RGB18911292-
CMYK00.410.510.26
HSL12.37º42.36%55.1%-
HSV(B)12.37º51.32%74.12%-
XYZ28.7123.1813.09-
YUV132.74105.01168.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=48.09%
G=28.50%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891129200.410.510.2612.3742.3655.1
HexBD705C029331Ac2a37
Octal2751601340516332145267
Binary10111101111000010111000101001110011110101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD705C; }

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

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

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

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

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

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

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

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