#BD685D

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

Shades of Contessa #BD685D

Tints of Contessa #BD685D

Color information

#BD685D (or 0xBD685D) is unknown color: approx Contessa. HEX triplet: BD, 68 and 5D. RGB value is (189,104,93). Sum of RGB (Red+Green+Blue) = 189+104+93=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD685D is #4297A2. Grayscale: #808080. Windows color (decimal): -4364195 or 6121661. OLE color: 6121661.

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

Color convert

RGB18910493-
CMYK00.450.510.26
HSL6.88º42.11%55.29%-
HSV(B)6.88º50.79%74.12%-
XYZ27.9121.5113.04-
YUV128.16108.16171.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=48.96%
G=26.94%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891049300.450.510.266.8842.1155.29
HexBD685D02D331A72a37
Octal275150135055633275267
Binary1011110111010001011101010110111001111010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD685D; }

 p { color: rgb(189,104,93); }

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

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

 a { background-color: rgb(189,104,93); }

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

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

 span { border-color: rgb(189,104,93); }

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