#BF7965

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

Shades of Contessa #BF7965

Tints of Contessa #BF7965

Color information

#BF7965 (or 0xBF7965) is unknown color: approx Contessa. HEX triplet: BF, 79 and 65. RGB value is (191,121,101). Sum of RGB (Red+Green+Blue) = 191+121+101=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7965 is #40869A. Grayscale: #8B8B8B. Windows color (decimal): -4228763 or 6650303. OLE color: 6650303.

HSL color Cylindrical-coordinate representation of color #BF7965: hue angle of 13.33º 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 #BF7965 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191121101-
CMYK00.370.470.25
HSL13.33º41.28%57.25%-
HSV(B)13.33º47.12%74.9%-
XYZ30.6725.6915.65-
YUV139.65106.19164.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=46.25%
G=29.30%
B=24.46%

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
Decimal19112110100.370.470.2513.3341.2857.25
HexBF79650252F19d2939
Octal2771711450455731155171
Binary10111111111100111001010100101101111110011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7965; }

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

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

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

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

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

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

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

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