#BF6B5F

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

Shades of Contessa #BF6B5F

Tints of Contessa #BF6B5F

Color information

#BF6B5F (or 0xBF6B5F) is unknown color: approx Contessa. HEX triplet: BF, 6B and 5F. RGB value is (191,107,95). Sum of RGB (Red+Green+Blue) = 191+107+95=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B5F is #4094A0. Grayscale: #828282. Windows color (decimal): -4232353 or 6253503. OLE color: 6253503.

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

Color convert

RGB19110795-
CMYK00.440.500.25
HSL7.5º42.86%56.08%-
HSV(B)7.5º50.26%74.9%-
XYZ28.8122.4213.64-
YUV130.75107.83170.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=48.60%
G=27.23%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911079500.440.500.257.542.8656.08
HexBF6B5F02C321982b38
Octal2771531370546231105370
Binary10111111110101110111110101100110010110011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B5F; }

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

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

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

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

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

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

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

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