#bf9c6b

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

Shades of Fallow #BF9C6B

Tints of Fallow #BF9C6B

Color information

#BF9C6B (or 0xBF9C6B) is unknown color: approx Fallow. HEX triplet: BF, 9C and 6B. RGB value is (191,156,107). Sum of RGB (Red+Green+Blue) = 191+156+107=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C6B is #406394. Grayscale: #A1A1A1. Windows color (decimal): -4219797 or 7052479. OLE color: 7052479.

HSL color Cylindrical-coordinate representation of color #BF9C6B: hue angle of 35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF9C6B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB191156107-
CMYK00.180.440.25
HSL35º39.62%58.43%-
HSV(B)35º43.98%74.9%-
XYZ36.0335.9118.94-
YUV160.8897.6149.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=42.07%
G=34.36%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115610700.180.440.253539.6258.43
HexBF9C6B0122C1923283a
Octal2772341530225431435072
Binary1011111110011100110101101001010110011001100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9c6b; }

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

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

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

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

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

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

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

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