#BF7662

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

Shades of Contessa #BF7662

Tints of Contessa #BF7662

Color information

#BF7662 (or 0xBF7662) is unknown color: approx Contessa. HEX triplet: BF, 76 and 62. RGB value is (191,118,98). Sum of RGB (Red+Green+Blue) = 191+118+98=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7662 is #40899D. Grayscale: #898989. Windows color (decimal): -4229534 or 6452927. OLE color: 6452927.

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

Color convert

RGB19111898-
CMYK00.380.490.25
HSL12.9º42.08%56.67%-
HSV(B)12.9º48.69%74.9%-
XYZ30.1724.9214.77-
YUV137.55105.68166.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=46.93%
G=28.99%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911189800.380.490.2512.942.0856.67
HexBF76620263119d2a39
Octal2771661420466131155271
Binary10111111111011011000100100110110001110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7662; }

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

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

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

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

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

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

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

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