#BF7768

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

Shades of Contessa #BF7768

Tints of Contessa #BF7768

Color information

#BF7768 (or 0xBF7768) is unknown color: approx Contessa. HEX triplet: BF, 77 and 68. RGB value is (191,119,104). Sum of RGB (Red+Green+Blue) = 191+119+104=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7768 is #408897. Grayscale: #8A8A8A. Windows color (decimal): -4229272 or 6846399. OLE color: 6846399.

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

Color convert

RGB191119104-
CMYK00.380.460.25
HSL10.34º40.47%57.84%-
HSV(B)10.34º45.55%74.9%-
XYZ30.5825.2716.36-
YUV138.82108.35165.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=46.14%
G=28.74%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111910400.380.460.2510.3440.4757.84
HexBF77680262E19a283a
Octal2771671500465631125072
Binary10111111111011111010000100110101110110011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7768; }

 p { color: rgb(191,119,104); }

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

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

 a { background-color: rgb(191,119,104); }

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

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

 span { border-color: rgb(191,119,104); }

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