#BF7964

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

Shades of Contessa #BF7964

Tints of Contessa #BF7964

Color information

#BF7964 (or 0xBF7964) is unknown color: approx Contessa. HEX triplet: BF, 79 and 64. RGB value is (191,121,100). Sum of RGB (Red+Green+Blue) = 191+121+100=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7964 is #40869B. Grayscale: #8B8B8B. Windows color (decimal): -4228764 or 6584767. OLE color: 6584767.

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

Color convert

RGB191121100-
CMYK00.370.480.25
HSL13.85º41.55%57.06%-
HSV(B)13.85º47.64%74.9%-
XYZ30.6225.6715.4-
YUV139.54105.69164.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=46.36%
G=29.37%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112110000.370.480.2513.8541.5557.06
HexBF79640253019e2a39
Octal2771711440456031165271
Binary10111111111100111001000100101110000110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7964; }

 p { color: rgb(191,121,100); }

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

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

 a { background-color: rgb(191,121,100); }

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

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

 span { border-color: rgb(191,121,100); }

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