#BF9673

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

Shades of Fallow #BF9673

Tints of Fallow #BF9673

Color information

#BF9673 (or 0xBF9673) is unknown color: approx Fallow. HEX triplet: BF, 96 and 73. RGB value is (191,150,115). Sum of RGB (Red+Green+Blue) = 191+150+115=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9673 is #40698C. Grayscale: #9E9E9E. Windows color (decimal): -4221325 or 7575231. OLE color: 7575231.

HSL color Cylindrical-coordinate representation of color #BF9673: hue angle of 27.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF9673 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191150115-
CMYK00.210.400.25
HSL27.63º37.25%60%-
HSV(B)27.63º39.79%74.9%-
XYZ35.4934.1320.94-
YUV158.27103.58151.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=41.89%
G=32.89%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115011500.210.400.2527.6337.2560
HexBF967301528191c253c
Octal2772261630255031344574
Binary101111111001011011100110101011010001100111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9673; }

 p { color: rgb(191,150,115); }

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

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

 a { background-color: rgb(191,150,115); }

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

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

 span { border-color: rgb(191,150,115); }

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