#BD6760

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

Shades of Contessa #BD6760

Tints of Contessa #BD6760

Color information

#BD6760 (or 0xBD6760) is unknown color: approx Contessa. HEX triplet: BD, 67 and 60. RGB value is (189,103,96). Sum of RGB (Red+Green+Blue) = 189+103+96=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6760 is #42989F. Grayscale: #808080. Windows color (decimal): -4364448 or 6318013. OLE color: 6318013.

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

Color convert

RGB18910396-
CMYK00.460.490.26
HSL4.52º41.33%55.88%-
HSV(B)4.52º49.21%74.12%-
XYZ27.9521.3613.72-
YUV127.92109.99171.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=48.71%
G=26.55%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891039600.460.490.264.5241.3355.88
HexBD676002E311A52938
Octal275147140056613255170
Binary1011110111001111100000010111011000111010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6760; }

 p { color: rgb(189,103,96); }

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

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

 a { background-color: rgb(189,103,96); }

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

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

 span { border-color: rgb(189,103,96); }

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