#BD7365

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

Shades of Contessa #BD7365

Tints of Contessa #BD7365

Color information

#BD7365 (or 0xBD7365) is unknown color: approx Contessa. HEX triplet: BD, 73 and 65. RGB value is (189,115,101). Sum of RGB (Red+Green+Blue) = 189+115+101=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7365 is #428C9A. Grayscale: #878787. Windows color (decimal): -4361371 or 6648765. OLE color: 6648765.

HSL color Cylindrical-coordinate representation of color #BD7365: hue angle of 9.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7365 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189115101-
CMYK00.390.470.26
HSL9.55º40%56.86%-
HSV(B)9.55º46.56%74.12%-
XYZ29.4724.0215.4-
YUV135.53108.52166.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=46.67%
G=28.40%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911510100.390.470.269.554056.86
HexBD73650272F1Aa2839
Octal2751631450475732125071
Binary10111101111001111001010100111101111110101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7365; }

 p { color: rgb(189,115,101); }

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

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

 a { background-color: rgb(189,115,101); }

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

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

 span { border-color: rgb(189,115,101); }

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