#BF7865

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

Shades of Contessa #BF7865

Tints of Contessa #BF7865

Color information

#BF7865 (or 0xBF7865) is unknown color: approx Contessa. HEX triplet: BF, 78 and 65. RGB value is (191,120,101). Sum of RGB (Red+Green+Blue) = 191+120+101=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7865 is #40879A. Grayscale: #8B8B8B. Windows color (decimal): -4229019 or 6650047. OLE color: 6650047.

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

Color convert

RGB191120101-
CMYK00.370.470.25
HSL12.67º41.28%57.25%-
HSV(B)12.67º47.12%74.9%-
XYZ30.5525.4515.61-
YUV139.06106.52165.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=46.36%
G=29.13%
B=24.51%

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
Decimal19112010100.370.470.2512.6741.2857.25
HexBF78650252F19d2939
Octal2771701450455731155171
Binary10111111111100011001010100101101111110011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7865; }

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

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

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

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

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

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

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

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