#BF7966

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

Shades of Contessa #BF7966

Tints of Contessa #BF7966

Color information

#BF7966 (or 0xBF7966) is unknown color: approx Contessa. HEX triplet: BF, 79 and 66. RGB value is (191,121,102). Sum of RGB (Red+Green+Blue) = 191+121+102=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7966 is #408699. Grayscale: #8B8B8B. Windows color (decimal): -4228762 or 6715839. OLE color: 6715839.

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

Color convert

RGB191121102-
CMYK00.370.470.25
HSL12.81º41.01%57.45%-
HSV(B)12.81º46.6%74.9%-
XYZ30.7225.7115.91-
YUV139.76106.69164.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=46.14%
G=29.23%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112110200.370.470.2512.8141.0157.45
HexBF79660252F19d2939
Octal2771711460455731155171
Binary10111111111100111001100100101101111110011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7966; }

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

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

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

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

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

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

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

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