#BD7767

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

Shades of Contessa #BD7767

Tints of Contessa #BD7767

Color information

#BD7767 (or 0xBD7767) is unknown color: approx Contessa. HEX triplet: BD, 77 and 67. RGB value is (189,119,103). Sum of RGB (Red+Green+Blue) = 189+119+103=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7767 is #428898. Grayscale: #8A8A8A. Windows color (decimal): -4360345 or 6780861. OLE color: 6780861.

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

Color convert

RGB189119103-
CMYK00.370.460.26
HSL11.16º39.45%57.25%-
HSV(B)11.16º45.5%74.12%-
XYZ30.0324.9916.07-
YUV138.11108.19164.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=45.99%
G=28.95%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911910300.370.460.2611.1639.4557.25
HexBD77670252E1Ab2739
Octal2751671470455632134771
Binary10111101111011111001110100101101110110101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7767; }

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

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

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

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

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

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

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

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