#BF675F

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

Shades of Contessa #BF675F

Tints of Contessa #BF675F

Color information

#BF675F (or 0xBF675F) is unknown color: approx Contessa. HEX triplet: BF, 67 and 5F. RGB value is (191,103,95). Sum of RGB (Red+Green+Blue) = 191+103+95=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF675F is #4098A0. Grayscale: #808080. Windows color (decimal): -4233377 or 6252479. OLE color: 6252479.

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

Color convert

RGB19110395-
CMYK00.460.500.25
HSL42.86%56.08%-
HSV(B)50.26%74.9%-
XYZ28.421.613.5-
YUV128.4109.15172.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=49.10%
G=26.48%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911039500.460.500.25542.8656.08
HexBF675F02E321952b38
Octal277147137056623155370
Binary1011111111001111011111010111011001011001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF675F; }

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

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

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

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

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

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

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

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