#BD6D60

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

Shades of Contessa #BD6D60

Tints of Contessa #BD6D60

Color information

#BD6D60 (or 0xBD6D60) is unknown color: approx Contessa. HEX triplet: BD, 6D and 60. RGB value is (189,109,96). Sum of RGB (Red+Green+Blue) = 189+109+96=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D60 is #42929F. Grayscale: #838383. Windows color (decimal): -4362912 or 6319549. OLE color: 6319549.

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

Color convert

RGB18910996-
CMYK00.420.490.26
HSL8.39º41.33%55.88%-
HSV(B)8.39º49.21%74.12%-
XYZ28.5722.613.92-
YUV131.44108169.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=47.97%
G=27.66%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891099600.420.490.268.3941.3355.88
HexBD6D6002A311A82938
Octal2751551400526132105170
Binary10111101110110111000000101010110001110101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D60; }

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

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

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

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

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

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

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

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