#BD6C61

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

Shades of Contessa #BD6C61

Tints of Contessa #BD6C61

Color information

#BD6C61 (or 0xBD6C61) is unknown color: approx Contessa. HEX triplet: BD, 6C and 61. RGB value is (189,108,97). Sum of RGB (Red+Green+Blue) = 189+108+97=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C61 is #42939E. Grayscale: #838383. Windows color (decimal): -4363167 or 6384829. OLE color: 6384829.

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

Color convert

RGB18910897-
CMYK00.430.490.26
HSL7.17º41.07%56.08%-
HSV(B)7.17º48.68%74.12%-
XYZ28.5122.4114.13-
YUV130.96108.84169.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=47.97%
G=27.41%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891089700.430.490.267.1741.0756.08
HexBD6C6102B311A72938
Octal275154141053613275170
Binary1011110111011001100001010101111000111010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6C61; }

 p { color: rgb(189,108,97); }

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

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

 a { background-color: rgb(189,108,97); }

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

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

 span { border-color: rgb(189,108,97); }

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