#BF766A

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

Shades of Contessa #BF766A

Tints of Contessa #BF766A

Color information

#BF766A (or 0xBF766A) is unknown color: approx Contessa. HEX triplet: BF, 76 and 6A. RGB value is (191,118,106). Sum of RGB (Red+Green+Blue) = 191+118+106=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766A is #408995. Grayscale: #8A8A8A. Windows color (decimal): -4229526 or 6977215. OLE color: 6977215.

HSL color Cylindrical-coordinate representation of color #BF766A: hue angle of 8.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF766A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191118106-
CMYK00.380.450.25
HSL8.47º39.91%58.24%-
HSV(B)8.47º44.5%74.9%-
XYZ30.5725.0716.86-
YUV138.46109.68165.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=46.02%
G=28.43%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111810600.380.450.258.4739.9158.24
HexBF766A0262D198283a
Octal2771661520465531105072
Binary10111111111011011010100100110101101110011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF766A; }

 p { color: rgb(191,118,106); }

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

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

 a { background-color: rgb(191,118,106); }

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

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

 span { border-color: rgb(191,118,106); }

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