#BF7968

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

Shades of Contessa #BF7968

Tints of Contessa #BF7968

Color information

#BF7968 (or 0xBF7968) is unknown color: approx Contessa. HEX triplet: BF, 79 and 68. RGB value is (191,121,104). Sum of RGB (Red+Green+Blue) = 191+121+104=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7968 is #408697. Grayscale: #8C8C8C. Windows color (decimal): -4228760 or 6846911. OLE color: 6846911.

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

Color convert

RGB191121104-
CMYK00.370.460.25
HSL11.72º40.47%57.84%-
HSV(B)11.72º45.55%74.9%-
XYZ30.8225.7516.44-
YUV139.99107.69164.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 104 (41.02% from 255) = 25%
R=45.91%
G=29.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112110400.370.460.2511.7240.4757.84
HexBF79680252E19c283a
Octal2771711500455631145072
Binary10111111111100111010000100101101110110011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7968; }

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

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

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

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

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

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

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

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