#BF6F5F

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

Shades of Contessa #BF6F5F

Tints of Contessa #BF6F5F

Color information

#BF6F5F (or 0xBF6F5F) is unknown color: approx Contessa. HEX triplet: BF, 6F and 5F. RGB value is (191,111,95). Sum of RGB (Red+Green+Blue) = 191+111+95=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F5F is #4090A0. Grayscale: #858585. Windows color (decimal): -4231329 or 6254527. OLE color: 6254527.

HSL color Cylindrical-coordinate representation of color #BF6F5F: hue angle of 10º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6F5F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19111195-
CMYK00.420.500.25
HSL10º42.86%56.08%-
HSV(B)10º50.26%74.9%-
XYZ29.2423.2713.78-
YUV133.1106.5169.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=48.11%
G=27.96%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911119500.420.500.251042.8656.08
HexBF6F5F02A3219a2b38
Octal2771571370526231125370
Binary10111111110111110111110101010110010110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F5F; }

 p { color: rgb(191,111,95); }

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

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

 a { background-color: rgb(191,111,95); }

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

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

 span { border-color: rgb(191,111,95); }

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