#BD7773

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

Shades of Contessa #BD7773

Tints of Contessa #BD7773

Color information

#BD7773 (or 0xBD7773) is unknown color: approx Contessa. HEX triplet: BD, 77 and 73. RGB value is (189,119,115). Sum of RGB (Red+Green+Blue) = 189+119+115=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7773 is #42888C. Grayscale: #8B8B8B. Windows color (decimal): -4360333 or 7567293. OLE color: 7567293.

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

Color convert

RGB189119115-
CMYK00.370.390.26
HSL3.24º35.92%59.61%-
HSV(B)3.24º39.15%74.12%-
XYZ30.6825.2519.48-
YUV139.47114.19163.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=44.68%
G=28.13%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911911500.370.390.263.2435.9259.61
HexBD7773025271A3243c
Octal275167163045473234474
Binary101111011110111111001101001011001111101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7773; }

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

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

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

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

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

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

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

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