#BF6D5F

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

Shades of Contessa #BF6D5F

Tints of Contessa #BF6D5F

Color information

#BF6D5F (or 0xBF6D5F) is unknown color: approx Contessa. HEX triplet: BF, 6D and 5F. RGB value is (191,109,95). Sum of RGB (Red+Green+Blue) = 191+109+95=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D5F is #4092A0. Grayscale: #848484. Windows color (decimal): -4231841 or 6254015. OLE color: 6254015.

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

Color convert

RGB19110995-
CMYK00.430.500.25
HSL8.75º42.86%56.08%-
HSV(B)8.75º50.26%74.9%-
XYZ29.0222.8413.71-
YUV131.92107.17170.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=48.35%
G=27.59%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911099500.430.500.258.7542.8656.08
HexBF6D5F02B321992b38
Octal2771551370536231115370
Binary10111111110110110111110101011110010110011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D5F; }

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

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

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

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

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

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

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

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