#BF7266

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

Shades of Contessa #BF7266

Tints of Contessa #BF7266

Color information

#BF7266 (or 0xBF7266) is unknown color: approx Contessa. HEX triplet: BF, 72 and 66. RGB value is (191,114,102). Sum of RGB (Red+Green+Blue) = 191+114+102=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7266 is #408D99. Grayscale: #878787. Windows color (decimal): -4230554 or 6714047. OLE color: 6714047.

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

Color convert

RGB191114102-
CMYK00.400.470.25
HSL8.09º41.01%57.45%-
HSV(B)8.09º46.6%74.9%-
XYZ29.924.0715.64-
YUV135.65109.01167.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=46.93%
G=28.01%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111410200.400.470.258.0941.0157.45
HexBF72660282F1982939
Octal2771621460505731105171
Binary10111111111001011001100101000101111110011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7266; }

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

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

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

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

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

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

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

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