#BF7264

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

Shades of Contessa #BF7264

Tints of Contessa #BF7264

Color information

#BF7264 (or 0xBF7264) is unknown color: approx Contessa. HEX triplet: BF, 72 and 64. RGB value is (191,114,100). Sum of RGB (Red+Green+Blue) = 191+114+100=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7264 is #408D9B. Grayscale: #878787. Windows color (decimal): -4230556 or 6582975. OLE color: 6582975.

HSL color Cylindrical-coordinate representation of color #BF7264: hue angle of 9.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF7264 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB191114100-
CMYK00.400.480.25
HSL9.23º41.55%57.06%-
HSV(B)9.23º47.64%74.9%-
XYZ29.824.0315.12-
YUV135.43108.01167.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=47.16%
G=28.15%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111410000.400.480.259.2341.5557.06
HexBF7264028301992a39
Octal2771621440506031115271
Binary10111111111001011001000101000110000110011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7264; }

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

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

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

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

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

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

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

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