#BD7967

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

Shades of Contessa #BD7967

Tints of Contessa #BD7967

Color information

#BD7967 (or 0xBD7967) is unknown color: approx Contessa. HEX triplet: BD, 79 and 67. RGB value is (189,121,103). Sum of RGB (Red+Green+Blue) = 189+121+103=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7967 is #428698. Grayscale: #8B8B8B. Windows color (decimal): -4359833 or 6781373. OLE color: 6781373.

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

Color convert

RGB189121103-
CMYK00.360.460.26
HSL12.56º39.45%57.25%-
HSV(B)12.56º45.5%74.12%-
XYZ30.2725.4716.15-
YUV139.28107.53163.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=45.76%
G=29.30%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912110300.360.460.2612.5639.4557.25
HexBD79670242E1Ad2739
Octal2751711470445632154771
Binary10111101111100111001110100100101110110101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7967; }

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

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

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

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

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

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

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

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