#BD7B65

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

Shades of Contessa #BD7B65

Tints of Contessa #BD7B65

Color information

#BD7B65 (or 0xBD7B65) is unknown color: approx Contessa. HEX triplet: BD, 7B and 65. RGB value is (189,123,101). Sum of RGB (Red+Green+Blue) = 189+123+101=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B65 is #42849A. Grayscale: #8C8C8C. Windows color (decimal): -4359323 or 6650813. OLE color: 6650813.

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

Color convert

RGB189123101-
CMYK00.350.470.26
HSL15º40%56.86%-
HSV(B)15º46.56%74.12%-
XYZ30.4225.9215.71-
YUV140.23105.87162.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=45.76%
G=29.78%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912310100.350.470.26154056.86
HexBD7B650232F1Af2839
Octal2751731450435732175071
Binary10111101111101111001010100011101111110101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B65; }

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

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

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

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

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

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

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

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